Skip to content

Commit 44b19ec

Browse files
Update deployment/cre/capabilities_registry/v2/changeset/add_capabilities_test.go
Co-authored-by: Copilot <[email protected]>
1 parent 18a4be2 commit 44b19ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/cre/capabilities_registry/v2/changeset/add_capabilities_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func requireCapability(t *testing.T, fixture *test.EnvWrapperV2, capID string) {
150150
break
151151
}
152152
}
153-
require.True(t, found, "new capability %d should be registered", capID)
153+
require.True(t, found, "new capability %s should be registered", capID)
154154

155155
// Nodes should now include new capability id
156156
nodes, err := pkg.GetNodes(nil, capReg)

0 commit comments

Comments
 (0)