Skip to content

Commit 639031b

Browse files
committed
test: fix unit test
1 parent a131f1e commit 639031b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_sw360_clearingrequests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_get_clearing_request(self):
5454
body='{"id": "12345",\
5555
"requestedClearingDate": "2021-09-04",\
5656
"projectId": "007",\
57-
"clearingState": "NEW"}}}', # noqa
57+
"clearingState": "NEW"}', # noqa
5858
status=200,
5959
content_type="application/json",
6060
adding_headers={"Authorization": "Token " + self.MYTOKEN},

0 commit comments

Comments
 (0)