Skip to content

Commit

Permalink
replace aktech with jovyan
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Aug 19, 2024
1 parent 3a65a13 commit 232cd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jhub_apps/tests/tests_unit/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,6 @@ def test_create_server_with_git_repository(
assert response.status_code == 200
assert response.json() == [201, 'test-server-abcdef']
hub_create_server.assert_called_once_with(
username="aktech", servername=server_data.servername,
username="jovyan", servername=server_data.servername,
user_options=user_options
)

0 comments on commit 232cd24

Please sign in to comment.