We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84f2402 + e5433f4 commit c55a68bCopy full SHA for c55a68b
watcher/commandswatcher_test.go
@@ -48,7 +48,7 @@ func TestRegistryCommandWatch(t *testing.T) {
48
_, err = k8sAPI.DynamicClient.Resource(v1alpha1.SchemaGroupVersionResource).Namespace("kubescape").Create(ctx, &cmd, v1.CreateOptions{})
49
require.NoError(t, err)
50
51
- // let registry command handler consume the command
+ // let registry command handler consume the create command
52
time.Sleep(time.Second * 10)
53
54
// verify resources are created
0 commit comments