More formatting fixes for tests

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-09-06 18:29:04 -04:00
parent 47695b97d3
commit 95ba7c3099
7 changed files with 41 additions and 35 deletions

View File

@@ -4,7 +4,7 @@ from app.utils import merge_jsonlike
@pytest.mark.parametrize(
"source_object, destination_object, expected_result",
("source_object", "destination_object", "expected_result"),
[
# simple dicts:
({"a": "b"}, {"c": "d"}, {"a": "b", "c": "d"}),