diff --git a/tests/unit/cli/test_admin_commands.py b/tests/unit/cli/test_admin_commands.py index aac5b37..9471055 100644 --- a/tests/unit/cli/test_admin_commands.py +++ b/tests/unit/cli/test_admin_commands.py @@ -788,7 +788,7 @@ class TestLoginCommand: with open(config_path) as f: cfg = yaml.safe_load(f) assert cfg["token"] == "jwt-token-123" - assert cfg["server_url"] == "http://localhost:8001" + assert cfg["server_url"] == "http://localhost:18001" def test_login_with_server_url(self): """admin login --server-url saves the custom URL."""