Skip to content

Commit 8ac642b

Browse files
committed
[tests] Fixed test comment (expect duplicate error > expect error)
[skip ci]
1 parent 4d3e8a7 commit 8ac642b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openwisp_controller/config/tests/test_admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ def test_preview_device_showerror(self):
726726
'csrfmiddlewaretoken': 'test',
727727
}
728728
response = self.client.post(path, data)
729-
# expect duplicate error
729+
# expect error
730730
self.assertContains(response, '<pre class="djnjc-preformatted error')
731731

732732
@patch('sys.stdout', devnull)

0 commit comments

Comments
 (0)