mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Reformatted a handful more tests
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -88,8 +88,8 @@ def test_bad_permission_raises(service_one):
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"purchase_order_number,expected_result",
|
||||
[[None, None], ["PO1234", [None, None, None, "PO1234"]]],
|
||||
("purchase_order_number", "expected_result"),
|
||||
[(None, None), ("PO1234", [None, None, None, "PO1234"])],
|
||||
)
|
||||
def test_service_billing_details(purchase_order_number, expected_result):
|
||||
service = Service(service_json(purchase_order_number=purchase_order_number))
|
||||
|
||||
Reference in New Issue
Block a user