Skip to content

Commit

Permalink
fix test linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Jun 10, 2020
1 parent 825fced commit 13c075d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_cloudflareddns.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ def test_update_record_func_failure():

cloudflareddns.cloudflare_creds_helper()
# something we surely don't own and can't update:
hostname = 'foo.example.com'.format(
platform.python_version(),
os.environ['CLOUDFLAREDDNS_TEST_DOMAIN'])
hostname = 'foo.example.com'

faker = Faker()
ip = faker.ipv4()
Expand Down

0 comments on commit 13c075d

Please sign in to comment.