Skip to content

Commit 95f349e

Browse files
author
Alexandre Vincent
committed
[tests] Fix test_device_with_config_change_deactivate_deactivate
1 parent e86aa17 commit 95f349e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openwisp_controller/config/tests/test_admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2229,7 +2229,7 @@ def test_device_with_config_change_deactivate_deactivate(self):
22292229
self.assertContains(
22302230
response,
22312231
'<div class="readonly">',
2232-
23,
2232+
22,
22332233
)
22342234
# Save buttons are absent on deactivated device
22352235
self.assertNotContains(response, self._save_btn_html)

0 commit comments

Comments
 (0)