Skip to content

Commit 8f62093

Browse files
authored
Update lambdatest.py
1 parent 278bed7 commit 8f62093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lambdatest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import sys
33
from selenium import webdriver
44

5-
username = "firdausia" # Replace the username
6-
access_key = "U9X9M7Ck8lClEDPqyF87KOERu4uwbIjoOXBPxj9ThLfGHc9gA5" # Replace the access key
5+
username = "Your Username" # Replace the username
6+
access_key = "Your Access Key" # Replace the access key
77

88
class FirstSampleTest(unittest.TestCase):
99
# Generate capabilites from here: https://www.lambdatest.com/capabilities-generator/
@@ -57,4 +57,4 @@ def test_unit_user_should_able_to_add_item(self):
5757
print (added_item)
5858

5959
if __name__ == "__main__":
60-
unittest.main()
60+
unittest.main()

0 commit comments

Comments
 (0)