diff --git a/script/example_fetch_from_eda.py b/script/example_fetch_from_eda.py index 27757ead..dc297347 100644 --- a/script/example_fetch_from_eda.py +++ b/script/example_fetch_from_eda.py @@ -31,5 +31,8 @@ contract = client.get_contract(contract_number=contract_number, status="Y") requested_clins = ",".join(["'0001'", "'0003'", "'1001'", "'1003'", "'2001'", "'2003'"]) clins = client.get_clins( - record_key=contract_number, duns_number="", cage_code="1U305", with_clins=requested_clins + record_key=contract_number, + duns_number="", + cage_code="1U305", + with_clins=requested_clins, ) diff --git a/tests/domain/test_task_orders.py b/tests/domain/test_task_orders.py index a08a75a2..4a62844c 100644 --- a/tests/domain/test_task_orders.py +++ b/tests/domain/test_task_orders.py @@ -177,7 +177,9 @@ def test_update_adds_clins(pdf_upload): def test_update_does_not_duplicate_clins(pdf_upload): - task_order = TaskOrderFactory.create(number="3453453456", create_clins=["123", "456"]) + task_order = TaskOrderFactory.create( + number="3453453456", create_clins=["123", "456"] + ) clins = [ { "jedi_clin_type": "JEDI_CLIN_1",