#68 Service input messages are not imported

This commit is contained in:
boukeversteegh
2020-05-25 18:41:11 +02:00
parent 2f9497e064
commit f25c66777a
5 changed files with 47 additions and 1 deletions

View File

@@ -46,7 +46,12 @@ class TestCases:
test_cases = TestCases(
path=inputs_path,
# test cases for services
services={"googletypes_response", "googletypes_response_embedded", "service"},
services={
"googletypes_response",
"googletypes_response_embedded",
"service",
"import_service_input_message_dependency",
},
xfail=xfail.tests,
)