Skip to content

Commit

Permalink
Adjust expected URL in response
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Sep 24, 2024
1 parent f5bbe3d commit 99e53f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcms/issuetracker/tests/test_bugzilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_report_issue_from_test_execution_1click_works(self):
)
self.assertEqual(result["rc"], 0)
self.assertIn(
"http://bugtracker.kiwitcms.org/bugzilla/show_bug.cgi?id=",
"http://bugtracker.kiwitcms.org/show_bug.cgi?id=",
result["response"],
)

Expand Down

0 comments on commit 99e53f7

Please sign in to comment.