Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 652e552

Browse files
Update test_owner.py
1 parent 2097c65 commit 652e552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_api/tests/test_owner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ def test_ai_enabled_repositories(self, get_config_mock):
12031203
ai_app_installation = GithubAppInstallation(
12041204
name="ai-features",
12051205
owner=self.owner,
1206-
repository_service_ids=[],
1206+
repository_service_ids=["repo-1", "repo-2"],
12071207
installation_id=12345,
12081208
)
12091209

0 commit comments

Comments
 (0)