Skip to content

Commit

Permalink
Merge pull request #323 from lsst/tickets/DM-45896
Browse files Browse the repository at this point in the history
DM-45896: Update logging expectations in tests.
  • Loading branch information
TallJimbo authored Feb 6, 2025
2 parents 3d784f9 + 51bf79e commit 92a3ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cmdLineFwk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 92a3ef2

Please sign in to comment.