Skip to content

Commit c216d32

Browse files
committed
fix patch call for read_manifest func
1 parent 27eed84 commit c216d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_apps_event_types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def lambda_handler(_event, _api):
106106
}
107107
}
108108

109-
with mock.patch("corva.handlers.read_manifest", return_value=mocked_manifest):
109+
with mock.patch("corva.validate_app_init.read_manifest", return_value=mocked_manifest):
110110
with pytest.raises(RuntimeError):
111111
particular_app(
112112
{},

0 commit comments

Comments
 (0)