We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a131f1e commit 639031bCopy full SHA for 639031b
1 file changed
tests/test_sw360_clearingrequests.py
@@ -54,7 +54,7 @@ def test_get_clearing_request(self):
54
body='{"id": "12345",\
55
"requestedClearingDate": "2021-09-04",\
56
"projectId": "007",\
57
- "clearingState": "NEW"}}}', # noqa
+ "clearingState": "NEW"}', # noqa
58
status=200,
59
content_type="application/json",
60
adding_headers={"Authorization": "Token " + self.MYTOKEN},
0 commit comments