Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Dec 3, 2023
1 parent f436e2b commit 97821d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tcms/issuetracker/tests/test_bugzilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_report_issue_from_test_execution_falls_back_to_query_params(self):

test_run = TestRunFactory(plan=test_plan)
test_run.build.version = version
test_run.build.version.save()
test_run.build.save()

execution2 = TestExecutionFactory(
run=test_run, case=test_case, build=test_run.build
Expand Down Expand Up @@ -148,7 +148,7 @@ def test_report_issue_from_test_execution_1click_works(self):

test_run = TestRunFactory(plan=test_plan)
test_run.build.version = version
test_run.build.version.save()
test_run.build.save()

execution2 = TestExecutionFactory(
run=test_run, case=test_case, build=test_run.build
Expand Down

0 comments on commit 97821d2

Please sign in to comment.