Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit c30849c

Browse files
committed
fix missing parametrization
1 parent c4c1e8c commit c30849c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/aws/services/apigateway/test_apigateway_basic.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,7 @@ def test_create_rest_api_with_custom_id(self, create_rest_apigw, url_function, a
162162

163163
@markers.aws.only_localstack
164164
# This is not a possible feature on aws.
165-
def test_create_rest_api_with_invalid_custom_id(
166-
self, create_rest_apigw, url_function, aws_client
167-
):
165+
def test_create_rest_api_with_invalid_custom_id(self, create_rest_apigw, aws_client):
168166
apigw_name = f"gw-{short_uid()}"
169167
test_id = "testId123"
170168
with pytest.raises(ClientError) as exc:

0 commit comments

Comments
 (0)