Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pooknull committed Jan 9, 2025
1 parent 8def75b commit 1d454dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/functions
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ deploy_operator_gh() {
}

remove_all_finalizers() {
resource_types=("pg-restore" "pg")
resource_types=("pg-restore" "pg-backup" "pg")

for resource in "${resource_types[@]}"; do
echo "removing all finalizers for $resource resources"
Expand Down

0 comments on commit 1d454dc

Please sign in to comment.