Skip to content

Commit

Permalink
adding fix so my pr will work
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsockol committed Jul 25, 2024
1 parent ca6e249 commit 06be993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qc/test_arm_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_scalar_dqr():
# DQR webservice does go down, so ensure it
# properly runs first before testing
try:
ds = add_dqr_to_qc(ds)
ds = add_dqr_to_qc(ds, assessment='Reprocessed,Suspect,Incorrect')
ran = True
except ValueError:
ran = False
Expand Down

0 comments on commit 06be993

Please sign in to comment.