From 06be9939423e62c4a6e19d526145988608f93f36 Mon Sep 17 00:00:00 2001 From: Alyssa Sockol Date: Thu, 25 Jul 2024 15:23:25 +0000 Subject: [PATCH] adding fix so my pr will work --- tests/qc/test_arm_qc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qc/test_arm_qc.py b/tests/qc/test_arm_qc.py index e118648706..ec623c51b2 100644 --- a/tests/qc/test_arm_qc.py +++ b/tests/qc/test_arm_qc.py @@ -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