tests: proto: add more dynamic proto tests

This commit is contained in:
Willi Ballenthin
2023-09-05 10:23:55 +00:00
parent 5b4c167489
commit d64ab41dfd
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -399,7 +399,7 @@ def assert_round_trip(doc: rd.ResultDocument):
pytest.param("a076114_rd"),
pytest.param("pma0101_rd"),
pytest.param("dotnet_1c444e_rd"),
pytest.param("dynamic_a0000a6_rd")
pytest.param("dynamic_a0000a6_rd"),
],
)
def test_round_trip(request, rd_file):