Skip to content

Commit c55a68b

Browse files
authored
Merge pull request #271 from kubescape/bump-op
change comment
2 parents 84f2402 + e5433f4 commit c55a68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

watcher/commandswatcher_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestRegistryCommandWatch(t *testing.T) {
4848
_, err = k8sAPI.DynamicClient.Resource(v1alpha1.SchemaGroupVersionResource).Namespace("kubescape").Create(ctx, &cmd, v1.CreateOptions{})
4949
require.NoError(t, err)
5050

51-
// let registry command handler consume the command
51+
// let registry command handler consume the create command
5252
time.Sleep(time.Second * 10)
5353

5454
// verify resources are created

0 commit comments

Comments
 (0)