Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitvinnakota-codecov committed Apr 29, 2024
1 parent c689574 commit 03ea2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql_api/tests/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def test_repository_auto_activate(self, try_auto_activate):
author=self.owner,
active=True,
private=True,
coverage_enabled=False,
coverage_enabled=True,
bundle_analysis_enabled=True,
)

Expand Down Expand Up @@ -450,7 +450,7 @@ def test_repository_not_activated_self_hosted(self, try_auto_activate):
author=self.owner,
active=True,
private=True,
coverage_enabled=False,
coverage_enabled=True,
bundle_analysis_enabled=True,
)

Expand Down

0 comments on commit 03ea2b5

Please sign in to comment.