Skip to content

Commit af6cb78

Browse files
committed
Fix missing dependencies in test_schemas.py
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 12af26b commit af6cb78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/mcpgateway/test_schemas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ def test_server_read(self):
786786
id=2,
787787
name="Object Server",
788788
description="Server with object associations",
789+
icon="http://example.com/object_server.png",
789790
created_at=one_hour_ago,
790791
updated_at=now,
791792
is_active=True,

0 commit comments

Comments
 (0)