Skip to content

Commit 916838c

Browse files
committed
fix test #2
Signed-off-by: Mikhail Scherba <[email protected]>
1 parent 5847132 commit 916838c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/hook/binding_context/binding_context_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ func Test_ConvertBindingContextList_v1(t *testing.T) {
329329

330330
// grouped binding context contains binding==group, type and snapshots
331331
{`.[0] | length`, `3`}, // Only 3 fields
332-
{`.[0].binding`, `"pods"`},
332+
{`.[0].binding`, `"monitor_config_maps"`},
333333
{`.[0].type`, `"Group"`},
334334
{`.[0].snapshots | has("monitor_config_maps")`, `true`},
335335
{`.[0].snapshots."monitor_config_maps" | length`, `1`},

0 commit comments

Comments
 (0)