Skip to content

Commit ae72061

Browse files
committed
Fix bug with the env listed in the DB table
1 parent 836a6cf commit ae72061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12092,7 +12092,7 @@ def setUp(self, masterqa_mode=False):
1209212092
data_payload.browser = "N/A"
1209312093
data_payload.test_address = test_id
1209412094
application = ApplicationManager.generate_application_string(
12095-
self._testMethodName
12095+
self
1209612096
)
1209712097
data_payload.env = application.split(".")[0]
1209812098
data_payload.start_time = application.split(".")[1]

0 commit comments

Comments
 (0)