Skip to content

Commit 7440ea4

Browse files
committed
updated map name of labels in server_steps.go
1 parent 6bcf0c7 commit 7440ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/godog/steps/server_steps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func (s *server) applyScenarioLabel() {
128128
}
129129

130130
// todo: change this approach
131-
for k, v := range k8sclient.DefaultCRDLabelMap {
131+
for k, v := range k8sclient.DefaultCRDTestSuiteLabelMap {
132132
s.currentServer.Labels[k] = v
133133
}
134134
}

0 commit comments

Comments
 (0)