Skip to content

Commit 48d6b55

Browse files
committed
Ruff stuff
1 parent 82d9c71 commit 48d6b55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unittests/test_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def test_import_reimport_multipart_tags(self):
214214
"engagement": [1],
215215
"file": [testfile],
216216
"scan_type": ["ZAP Scan"],
217-
"tags": ["bug,security", "urgent"], # Attempting to mimic the two "tag" fields (-F 'tags=tag1' -F 'tags=tag2')
217+
"tags": ["bug,security", "urgent"], # Attempting to mimic the two "tag" fields (-F 'tags=tag1' -F 'tags=tag2')
218218
}
219219
response = self.import_scan(data, 201)
220220
# Make sure the serializer returns the correct tags

0 commit comments

Comments
 (0)