Skip to content

Commit a0652a3

Browse files
Update unittests/test_tags.py
Co-authored-by: valentijnscholten <valentijnscholten@gmail.com>
1 parent 48d6b55 commit a0652a3

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
@@ -208,7 +208,7 @@ def test_import_and_reimport_with_tags(self):
208208
for tag in tags:
209209
self.assertIn(tag, response["tags"])
210210

211-
def test_import_reimport_multipart_tags(self):
211+
def test_import_multipart_tags(self):
212212
with (self.zap_sample5_filename).open(encoding="utf-8") as testfile:
213213
data = {
214214
"engagement": [1],

0 commit comments

Comments
 (0)