Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
terjekv authored and Terje Kvernes committed Dec 5, 2023
1 parent 454a07b commit bd4fe41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mreg/api/v1/tests/test_host_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ def test_can_create_hostname_with_prefix_underscore(self):
def test_special_group_members_create_underscore(self):
self.client = self.get_token_client(superuser=False, adminuser=True)
self.add_user_to_groups('DNS_UNDERSCORE_GROUP')
path = '/api/v1/hosts/'
data1 = {'name': '_host1.example.org', 'ipaddress': '10.0.0.1'}
data2 = {'name': 'host2._sub.example.org', 'ipaddress': '10.0.0.2'}
self.assert_post('/hosts/', data1)
Expand Down

0 comments on commit bd4fe41

Please sign in to comment.