Commit d9a4b66
committed
Update test to use proper step pattern.
Found by CodeRabbit:
Line 625 has an undefined step: `${TEST_NAMESPACE}` does not match the registered
step pattern.
The step definition for "with needed permissions" is registered only for the
literal in test namespace pattern (verified in test/e2e/steps/steps.go line 128).
Line 625 uses `in ${TEST_NAMESPACE}`, which will cause the e2e test to fail with
an undefined step error. Update it to match the registered pattern.
Signed-off-by: Todd Short <tshort@redhat.com>1 parent 95ef574 commit d9a4b66
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
625 | | - | |
| 625 | + | |
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
0 commit comments