Skip to content

Commit

Permalink
fix: broken test
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza committed May 10, 2024
1 parent 9231ed6 commit 5c1df6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provisioners/loader/load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func TestLoadProvisioners(t *testing.T) {
`))
require.NoError(t, err)
assert.Len(t, p, 1)
assert.Equal(t, "template://example", p[0].Uri())
assert.Equal(t, "cmd://my-binary", p[0].Uri())
assert.True(t, p[0].Match(framework.NewResourceUid("w", "r", "thing", nil, internal.Ref("specific"))))
})

Expand Down

0 comments on commit 5c1df6a

Please sign in to comment.