Skip to content

Commit 0dbccf6

Browse files
committed
fixup! [MIG] endpoint_auth_api_key: Migration to 19.0
1 parent 39f133f commit 0dbccf6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

endpoint_auth_api_key/tests/test_endpoint.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212

1313
class TestEndpoint(CommonEndpointAuthAPIKey):
14+
@classmethod
15+
def _setup_records(cls):
16+
super()._setup_records()
17+
1418
@mute_logger("endpoint.endpoint")
1519
def test_endpoint_validate_request_no_key(self):
1620
endpoint = self.endpoint.copy(

0 commit comments

Comments
 (0)