mirror of
				https://github.com/github/octodns.git
				synced 2024-05-11 05:55:00 +00:00 
			
		
		
		
	Ignoring URLFWD and adjusting test counts for other providers
This commit is contained in:
		@@ -108,7 +108,7 @@ class TestHetznerProvider(TestCase):
 | 
			
		||||
        plan = provider.plan(self.expected)
 | 
			
		||||
 | 
			
		||||
        # No root NS, no ignored, no excluded, no unsupported
 | 
			
		||||
        n = len(self.expected.records) - 9
 | 
			
		||||
        n = len(self.expected.records) - 10
 | 
			
		||||
        self.assertEquals(n, len(plan.changes))
 | 
			
		||||
        self.assertEquals(n, provider.apply(plan))
 | 
			
		||||
        self.assertFalse(plan.exists)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user