Skip to content

Commit f90010d

Browse files
author
Somnath Mukherjee
committed
[menu_get_svc] lambda test event path typo 2
1 parent fa987d0 commit f90010d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_menu_get.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@pytest.fixture()
1010
def apigw_event() -> APIGatewayProxyEvent:
11-
with open("../../events/unit-test-event.json", encoding='utf-8') as f:
11+
with open("events/unit-test-event.json", encoding='utf-8') as f:
1212
return APIGatewayProxyEvent(json.load(f))
1313

1414
@mock_aws

0 commit comments

Comments
 (0)