Skip to content

Commit

Permalink
Fix copy and paste mistake for test case class name
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Oct 10, 2023
1 parent 17d8436 commit cbf6b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/github/api/test_secret_scanning.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
]


class GitHubAsyncRESTDependabotTestCase(GitHubAsyncRESTTestCase):
class GitHubAsyncRESTSecretScanningTestCase(GitHubAsyncRESTTestCase):
api_cls = GitHubAsyncRESTSecretScanning

async def test_enterprise_alerts(self):
Expand Down

0 comments on commit cbf6b20

Please sign in to comment.