Skip to content

Commit 0ee9732

Browse files
committed
Fixes minor style issue
1 parent 2345064 commit 0ee9732

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/managers/dns_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ def test_edit_zone(self):
7777
args=('example.com',))
7878

7979
def test_create_record(self):
80-
res = self.dns_client.create_record(1, 'test', 'TXT', 'testing', ttl=1200)
80+
res = self.dns_client.create_record(1, 'test', 'TXT', 'testing',
81+
ttl=1200)
8182

8283
self.assert_called_with('SoftLayer_Dns_Domain_ResourceRecord',
8384
'createObject',

0 commit comments

Comments
 (0)