Browse Source

Merge branch 'master' into fastdns-edgedns-rename

pull/511/head
Ross McFarland 6 years ago
committed by GitHub
parent
commit
e52429e31b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      requirements.txt
  2. +1
    -0
      tests/test_octodns_provider_transip.py

+ 1
- 1
requirements.txt View File

@ -23,4 +23,4 @@ requests==2.23.0
s3transfer==0.3.3
setuptools==44.0.0
six==1.14.0
transip==2.0.0
transip==2.1.1

+ 1
- 0
tests/test_octodns_provider_transip.py View File

@ -99,6 +99,7 @@ class MockDomainService(DomainService):
class TestTransipProvider(TestCase):
bogus_key = str("""-----BEGIN RSA PRIVATE KEY-----
MIIEowIBAAKCAQEA0U5HGCkLrz423IyUf3u4cKN2WrNz1x5KNr6PvH2M/zxas+zB
elbxkdT3AQ+wmfcIvOuTmFRTHv35q2um1aBrPxVw+2s+lWo28VwIRttwIB1vIeWu


Loading…
Cancel
Save