fix build break
Signed-off-by: Frederick F. Kautz IV <fkautz@alumni.cmu.edu>
This commit is contained in:
parent
0c79488a18
commit
cb59e23cd4
@ -105,7 +105,7 @@ func TestStoreLookupByPath(t *testing.T) {
|
||||
otherSt := &DeploymentState{
|
||||
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))
|
||||
|
||||
// Lookup by path should return both deployments
|
||||
|
Reference in New Issue
Block a user