Skip to content

Commit 00dbdb4

Browse files
authored
Modify the firebase project name (remote-testrunner -> jsremote-testrunner) (#240)
JSRemoteTest-DCO-1.0-Signed-off-by: Robert Sipka [email protected]
1 parent 56b5c70 commit 00dbdb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jstest/testresult.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ def upload(self):
102102
return
103103

104104
config = {
105-
'apiKey': 'AIzaSyDMgyPr0V49Rdf5ODAU9nLY02ZGEUNoxiM',
106-
'authDomain': 'remote-testrunner.firebaseapp.com',
107-
'databaseURL': 'https://remote-testrunner.firebaseio.com',
108-
'storageBucket': 'remote-testrunner.appspot.com',
105+
'apiKey': 'AIzaSyDgg8DBNM95XWt4DG6OlbdHjPExzHV5SQU',
106+
'authDomain': 'jsremote-testrunner.firebaseapp.com',
107+
'databaseURL': 'https://jsremote-testrunner.firebaseio.com',
108+
'storageBucket': 'jsremote-testrunner.appspot.com',
109109
}
110110

111111
firebase = pyrebase.initialize_app(config)

0 commit comments

Comments
 (0)