Skip to content

Commit dc80b3f

Browse files
committed
Update test code
1 parent dcca673 commit dc80b3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/parser/_pydantic/test_appsync.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
import pytest
2+
13
from aws_lambda_powertools.utilities.parser import parse, ValidationError
24
from aws_lambda_powertools.utilities.parser.models import AppSyncResolverEventModel
35
from tests.functional.utils import load_event
46

5-
67
def test_appsync_event_model_parses_successfully():
78
"""
89
Validate that a valid AppSync resolver event is correctly parsed by the model.

0 commit comments

Comments
 (0)