Skip to content

Commit

Permalink
oops syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Feb 22, 2024
1 parent 9e1ed6b commit 6948765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testrail.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def report_test_runs_insert(self, project_id, payload):
# Cloud SQL database
# PROJECT_IDS = [59, 14, 27, 48]
PROJECT_ID = 59 # Fenix
all_test_suites_ids = testrail_client.testrail_project_ids(PROJECT_ID)
all_test_suites_ids = testrail.testrail_project_ids(PROJECT_ID)
print(all_test_suites_ids)

# TODO: Loop through all test suites for each project.
Expand Down

0 comments on commit 6948765

Please sign in to comment.