Skip to content

Commit fd0775a

Browse files
committed
test user
1 parent a1fcda5 commit fd0775a

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

plotly/tests/test_core/test_file/test_file.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ def _random_filename():
2323

2424

2525
def init():
26-
tls.set_config_file('https://local.plot.ly')
27-
py.sign_in('GridTest', 'fp4rldzhv0')
26+
py.sign_in('PythonTest', '9v9f20pext')
2827

2928

3029
def test_create_folder():

plotly/tests/test_core/test_grid/test_grid.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ def _get_grid():
3333

3434

3535
def _init():
36-
tls.set_config_file('https://local.plot.ly')
37-
py.sign_in('GridTest', 'fp4rldzhv0')
36+
py.sign_in('PythonTest', '9v9f20pext')
3837

3938

4039
def upload_and_return_grid():

plotly/tests/test_core/test_meta/test_meta.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919

2020

2121
def init():
22-
tls.set_config_file('https://local.plot.ly')
23-
py.sign_in('GridTest', 'fp4rldzhv0')
22+
py.sign_in('PythonTest', '9v9f20pext')
2423

2524

2625
_grid = grid = Grid([Column('first column', [1, 2, 3, 4])])

0 commit comments

Comments
 (0)