Skip to content

Commit 8cd4d5c

Browse files
committed
Change Build Name
1 parent 5be2cb1 commit 8cd4d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdatest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class FirstSampleTest(unittest.TestCase):
1515
def setUp(self):
1616
desired_caps = {
1717
'LT:Options': {
18-
"build": "Python Slack Test Demo", # Change your build name here
18+
"build": "Python Demo", # Change your build name here
1919
"name": "Python Demo Test", # Change your test name here
2020
"platformName": "Windows 11",
2121
"selenium_version": "4.0.0",

0 commit comments

Comments
 (0)