Skip to content

Commit 5ba6c46

Browse files
removed conflict markers and fixed syntax
Signed-off-by: NAYANA.R <nayana.r7813@gmail.com>
1 parent 1bc594a commit 5ba6c46

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/unit/mcpgateway/test_admin.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19699,8 +19699,7 @@ async def test_create_grpc_service_allows_public_when_flag_false_no_team_id(self
1969919699
result = await admin_create_grpc_service(service, mock_request, mock_db, user={"email": "u@e.com", "db": mock_db})
1970019700
assert result.status_code == 201
1970119701

19702-
19703-
<<<<<<< HEAD
19702+
#
1970419703
# ---------------------------------------------------------------------------
1970519704
# include_public parameter — team isolation with public overlay (#3411)
1970619705
# ---------------------------------------------------------------------------
@@ -20831,12 +20830,11 @@ async def test_admin_list_teams_forwards_search_query(self, monkeypatch, mock_ad
2083120830
call_kwargs = mock_team_service.list_teams.call_args[1]
2083220831
assert call_kwargs["search_query"] == "nomatch"
2083320832
assert call_kwargs["personal_owner_email"] == "admin@example.com"
20834-
=======
20833+
2083520834
def test_ui_base_path_returns_settings_value():
2083620835
"""Test _ui_base_path() returns the configured value from settings."""
2083720836
from mcpgateway.admin import _ui_base_path
2083820837
from mcpgateway.config import settings
2083920838

2084020839
result = _ui_base_path()
2084120840
assert result == settings.mcpgateway_ui_base_path
20842-
>>>>>>> 81b711003 (coverage fix)

0 commit comments

Comments
 (0)