Skip to content

Commit

Permalink
Update expected warning msg
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs committed Dec 22, 2023
1 parent a3ae956 commit 95a99d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/directives/test_item_directive.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ def test_item_node_replacement(self):
self.node.parent.append(self.node)
self.node.perform_replacement(self.app, self.collection)

warning = "WARNING:sphinx.mlx.traceability_exception:Traceability: relation depends_on cannot be translated "\
"to string"
warning = "WARNING:sphinx.mlx.traceability.traceability_exception:Traceability: relation depends_on cannot be "\
"translated to string"
self.assertEqual(c_m.output, [warning])

0 comments on commit 95a99d9

Please sign in to comment.