Add issue references to failing test cases

This commit is contained in:
boukeversteegh
2020-05-25 23:43:01 +02:00
parent 72de590651
commit 6d9e3fc580
2 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ from betterproto.tests.output_betterproto.import_service_input_message.import_se
)
@pytest.mark.xfail(reason="Request Input Messages are not imported for service")
@pytest.mark.xfail(reason="#68 Request Input Messages are not imported for service")
@pytest.mark.asyncio
async def test_service_correctly_imports_reference_message():
mock_response = RequestResponse(value=10)