mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
More formatting fixes for tests
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -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"}),
|
||||
|
||||
Reference in New Issue
Block a user