Skip to content

Commit

Permalink
Fix accidental renames
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Apr 25, 2023
1 parent 2f2a23b commit 52e4a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiochris/client/authed.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async def upload_file(
```python
aiochris = await ChrisClient.from_login(
username='aiochris',
username='chris',
password='chris1234',
url='https://cube.chrisproject.org/api/v1/'
)
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class UserCredentials:
@pytest.fixture(scope="session")
def admin_credentials() -> UserCredentials:
return UserCredentials(
username=Username("aiochris"),
username=Username("chris"),
password=Password("chris1234"),
url=ChrisURL("http://localhost:8000/api/v1/"),
)

0 comments on commit 52e4a86

Please sign in to comment.