From cbf6b20a428c94475844fc1d3a42f4329969503b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Tue, 10 Oct 2023 15:43:17 +0200 Subject: [PATCH] Fix copy and paste mistake for test case class name --- tests/github/api/test_secret_scanning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/github/api/test_secret_scanning.py b/tests/github/api/test_secret_scanning.py index b0d95a06..9626ac51 100644 --- a/tests/github/api/test_secret_scanning.py +++ b/tests/github/api/test_secret_scanning.py @@ -227,7 +227,7 @@ ] -class GitHubAsyncRESTDependabotTestCase(GitHubAsyncRESTTestCase): +class GitHubAsyncRESTSecretScanningTestCase(GitHubAsyncRESTTestCase): api_cls = GitHubAsyncRESTSecretScanning async def test_enterprise_alerts(self):