Closed
Description
#1421 AppVeyor failed on DNS for this, succeeded for Travis, I'm going to approve this.
Tests run: 35, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.391 sec <<< FAILURE! - in com.google.cloud.dns.testing.LocalDnsHelperTest
testListRecordSets(com.google.cloud.dns.testing.LocalDnsHelperTest) Time elapsed: 0.032 sec <<< FAILURE!
java.lang.AssertionError
at com.google.cloud.dns.testing.LocalDnsHelperTest.testListRecordSets(LocalDnsHelperTest.java:822)
assertNull(record.getType());
assertNotNull(record.getTtl());
assertNull(listResult.pageToken());
getTtl()
appears to be Null.