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

Commit aa70a83

Browse files
committed
fix test
1 parent 223cdff commit aa70a83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graphql_api/tests/test_owner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
from billing.helpers import mock_all_plans_and_tiers
2727
from codecov.commands.exceptions import (
28-
MissingService,
2928
UnauthorizedGuestAccess,
3029
)
3130
from codecov_auth.models import GithubAppInstallation, OwnerProfile
@@ -708,7 +707,6 @@ def test_owner_query_with_no_service(self):
708707

709708
res = self.gql_request(query, provider="", with_errors=True)
710709

711-
assert res["errors"][0]["message"] == MissingService.message
712710
assert res["data"]["owner"] is None
713711

714712
def test_owner_query_with_private_repos(self):

0 commit comments

Comments
 (0)