Skip to content

Commit

Permalink
fix: fixed further tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkowallik committed May 27, 2023
1 parent 64e7e13 commit 9b0078c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion tests/test_qkviewdelete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ qkviewid=$(<./qkviewid)


# check behaviour when qkview does not exist
[[ $(./ihac qkviewdelete 245245245 2>&1) == "Error: qkview ID not found." ]] || exit 1
[[ $(./ihac qkviewdelete 245245245 2>&1) == "Error: <qkviewID> not found." ]] || exit 1
4 changes: 0 additions & 4 deletions tests/test_qkviewdelete_bigiq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ bigiq_qkviewid=$(<./bigiq_qkviewid)

# check if qkview was removed from ihealth
./ihac-qkviewlist | grep $bigiq_qkviewid && exist 1 || true


# check behaviour when qkview does not exist
[[ $(./ihac-qkviewdelete 245245245 2>&1) == "Error: qkview ID not found." ]] || exit 1

0 comments on commit 9b0078c

Please sign in to comment.