Skip to content

Commit

Permalink
test(ci): fix e2e namespace cleanup operation
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Sysoev <[email protected]>
  • Loading branch information
Roman Sysoev committed Jan 31, 2025
1 parent d408a98 commit 95ec1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tests_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func Cleanup() []error {
continue
}
res := kubectl.Delete(kc.DeleteOptions{
Filename: []string{conf.Namespace},
Filename: []string{namespace},
IgnoreNotFound: true,
Resource: kc.ResourceNamespace,
})
Expand Down

0 comments on commit 95ec1da

Please sign in to comment.