Skip to content

Commit

Permalink
Merge 21c2cf7 into 1cafc8f
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Apr 3, 2020
2 parents 1cafc8f + 21c2cf7 commit ac834af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
tap.py==3.0
tcms-api==8.1.1
tcms-api==8.2.0
3 changes: 2 additions & 1 deletion tcms_tap_plugin/__init__.py
Expand Up @@ -30,7 +30,8 @@ def parse(self, tap_file, progress_cb=None):
else:
continue

test_case = self.backend.test_case_get_or_create(line.description)
test_case, _ = self.backend.test_case_get_or_create(
line.description)
test_case_id = test_case['id']

self.backend.add_test_case_to_plan(test_case_id,
Expand Down

0 comments on commit ac834af

Please sign in to comment.