Skip to content

Commit 5c97df2

Browse files
Update test_dashboard_api_python_library.py
Use correct caller format.
1 parent b3de662 commit 5c97df2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_dashboard_api_python_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def api_key(pytestconfig):
1515
@pytest.fixture(scope='session')
1616
def dashboard(api_key):
1717
return meraki.DashboardAPI(api_key, suppress_logging=True, network_delete_retry_wait_time=1000,
18-
maximum_retries=1000, caller='Pytest for Meraki Python Library')
18+
maximum_retries=1000, caller='PytestForPythonLibrary Meraki')
1919

2020

2121
@pytest.fixture(scope='session')

0 commit comments

Comments
 (0)