Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
[qa] Fixed minor flake8 warning introduced in bc1910d
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 29, 2017
1 parent bc1910d commit e8e46df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_netjsonconfig/tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def test_default_device_backend(self):

def test_existing_device_backend(self):
d = self._create_device()
c = self._create_config(device=d, backend='netjsonconfig.OpenWisp')
self._create_config(device=d, backend='netjsonconfig.OpenWisp')
path = reverse('admin:django_netjsonconfig_device_change', args=[d.pk])
response = self.client.get(path)
self.assertContains(response, '<option value="netjsonconfig.OpenWisp" selected')
Expand Down

0 comments on commit e8e46df

Please sign in to comment.