Skip to content

Commit

Permalink
Change --db to --db-restore to fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGoi committed Oct 16, 2024
1 parent 60296c8 commit f6bdcc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ testcases:
- name: import
steps:
- type: exec
script: '/usr/local/pf/addons/full-import/import.sh --db -f {{.get_backup_name.result.systemout}}'
script: '/usr/local/pf/addons/full-import/import.sh --db-restore -f {{.get_backup_name.result.systemout}}'

- name: search_user_in_db
steps:
Expand Down

0 comments on commit f6bdcc2

Please sign in to comment.