Skip to content

Commit

Permalink
fix a few tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfiola committed Jul 31, 2024
1 parent 1962bb5 commit 187cf8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def current_global_defaults():
"cleanup_s3": True,
"slack": False,
"influx": False,
"influx_ssl": False,
"influx_verify_ssl": False,
"report_portal": False,
"rp_launch_name": "Grasshopper Performance Test Run | Launch name unknown",
"rp_launch": "Grasshopper Performance Test Run | Launch name unknown",
Expand Down
2 changes: 2 additions & 0 deletions tests/unit/test_grasshopper_configuration_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def expected_global_defaults():
"cleanup_s3": True,
"slack": False,
"influx": False,
"influx_ssl": False,
"influx_verify_ssl": False,
"report_portal": False,
"rp_launch_name": "Grasshopper Performance Test Run | Launch name unknown",
"rp_launch": "Grasshopper Performance Test Run | Launch name unknown",
Expand Down

0 comments on commit 187cf8c

Please sign in to comment.