From 51bf79e712aba954f05da30a89fa69333aaad3d7 Mon Sep 17 00:00:00 2001 From: Jim Bosch Date: Tue, 27 Aug 2024 12:21:45 -0400 Subject: [PATCH] Update logging expectations in tests. --- tests/test_cmdLineFwk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cmdLineFwk.py b/tests/test_cmdLineFwk.py index 84d079c0..20f80e71 100644 --- a/tests/test_cmdLineFwk.py +++ b/tests/test_cmdLineFwk.py @@ -705,7 +705,7 @@ def testEmptyQGraph(self): self.assertRegex( cm.output[0], ".*Initial data ID query returned no rows, so QuantumGraph will be empty.*" ) - self.assertRegex(cm.output[0], ".*No datasets.*bad_input.*") + self.assertRegex(cm.output[0], ".*add_dataset0.*bad_input.*doomed to fail.") self.assertIsNone(qgraph) def testSimpleQGraphNoSkipExisting_inputs(self):