Skip to content

Commit

Permalink
Fix bug with the env listed in the DB table
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Jun 20, 2022
1 parent 836a6cf commit ae72061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seleniumbase/fixtures/base_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -12092,7 +12092,7 @@ def setUp(self, masterqa_mode=False):
data_payload.browser = "N/A"
data_payload.test_address = test_id
application = ApplicationManager.generate_application_string(
self._testMethodName
self
)
data_payload.env = application.split(".")[0]
data_payload.start_time = application.split(".")[1]
Expand Down

0 comments on commit ae72061

Please sign in to comment.