We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f133f commit 0dbccf6Copy full SHA for 0dbccf6
1 file changed
endpoint_auth_api_key/tests/test_endpoint.py
@@ -11,6 +11,10 @@
11
12
13
class TestEndpoint(CommonEndpointAuthAPIKey):
14
+ @classmethod
15
+ def _setup_records(cls):
16
+ super()._setup_records()
17
+
18
@mute_logger("endpoint.endpoint")
19
def test_endpoint_validate_request_no_key(self):
20
endpoint = self.endpoint.copy(
0 commit comments