Skip to content

Commit

Permalink
fix: add missing state for drop test
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlydba committed Dec 15, 2024
1 parent a802026 commit 580cf8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/integration/targets/user_role/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@

- name: Remove user from database role
lowlydba.sqlserver.user_role:
state: "absent"
register: result
- assert:
that:
Expand Down
1 change: 0 additions & 1 deletion tests/integration/targets/win_restore/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@
that:
- error_result.failed == true
- "'already exists' in error_result.msg"
- error_result.msg != None

0 comments on commit 580cf8f

Please sign in to comment.