Skip to content

Commit

Permalink
🎨 [#4908] Black code and fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorvanwijk committed Jan 17, 2025
1 parent 1dd252b commit a20bc5b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django.core.exceptions import SuspiciousOperation
from django.test import TestCase

from glom import Path as Path_glom, glom
from glom import glom
from requests import RequestException
from zgw_consumers.test.factories import ServiceFactory

Expand Down Expand Up @@ -72,7 +72,7 @@ def test_submission_happy_flow(self):
"auth_bsn": "123456789",
"file": {
"file_name": "test_file.txt",
"content": "VGhpcyBpcyBleGFtcGxlIGNvbnRlbnQu"
"content": "VGhpcyBpcyBleGFtcGxlIGNvbnRlbnQu",
},
"firstName": "We Are",
},
Expand Down

0 comments on commit a20bc5b

Please sign in to comment.