We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e13c6 commit 387f504Copy full SHA for 387f504
tests/conftest.py
@@ -7,7 +7,7 @@
7
8
@pytest.fixture(scope='function')
9
def unauth_client():
10
- """Create an instance of SanboxClient without authentification."""
+ """Create an instance of SandboxClient without authentification."""
11
return AvataxClient('test app', 'ver 0.0', 'test machine', 'sandbox')
12
13
0 commit comments