Pārlūkot izejas kodu

fix(tests): remove erroneous quotes

Peter Thomassen 6 gadi atpakaļ
vecāks
revīzija
566f9aaaf9
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      api/desecapi/tests/testrrsets.py

+ 2 - 2
api/desecapi/tests/testrrsets.py

@@ -61,11 +61,11 @@ class AuthenticatedRRSetTestCase(DomainOwnerTestCase):
             (subname_, 'TXT', ['"hey ho, let\'s go!"'], 134)
             for subname_ in cls.SUBNAMES
         ] + [
-            (subname_, type_, ['"10 mx1.example.com."'], 101)
+            (subname_, type_, ['10 mx1.example.com.'], 101)
             for subname_ in cls.SUBNAMES
             for type_ in ['MX', 'SPF']
         ] + [
-            (subname_, 'A', ['"1.2.3.4"'], 187)
+            (subname_, 'A', ['1.2.3.4'], 187)
             for subname_ in cls.SUBNAMES
         ]