Merge pull request #273 from fkautz/pr_out_fix_build_break
This commit is contained in:
commit
76f9c5824a
@ -105,7 +105,7 @@ func TestStoreLookupByPath(t *testing.T) {
|
|||||||
otherSt := &DeploymentState{
|
otherSt := &DeploymentState{
|
||||||
Name: "test2",
|
Name: "test2",
|
||||||
}
|
}
|
||||||
require.NoError(t, otherSt.AddInput("foo", DirInput("/test/anotherpath", []string{})))
|
require.NoError(t, otherSt.SetInput("foo", DirInput("/test/anotherpath", []string{})))
|
||||||
require.NoError(t, store.CreateDeployment(ctx, otherSt))
|
require.NoError(t, store.CreateDeployment(ctx, otherSt))
|
||||||
|
|
||||||
// Lookup by path should return both deployments
|
// Lookup by path should return both deployments
|
||||||
|
Reference in New Issue
Block a user