Skip to content

Commit

Permalink
Solving lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-amjr committed Nov 30, 2023
1 parent baf0435 commit 8707de0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/tests/crud/test_test_run_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,9 @@ def test_create_test_run_execution_from_selected_tests(db: Session) -> None:
first_test_case_execution = test_case_executions[0]
assert first_test_case_execution.public_id == first_test_case_identifier

remaining_test_cases = selected_tests["collections"][0]["test_suites"][0]["test_cases"]
remaining_test_cases = selected_tests["collections"][0]["test_suites"][0][
"test_cases"
]

for test_case_execution in test_case_executions:
public_id = test_case_execution.public_id
Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"yamltests"
],
"ignoreWords": [
"astext",
"bdist",
"BINFO",
"RPCs",
Expand Down

0 comments on commit 8707de0

Please sign in to comment.