mirror of
https://github.com/google/nomulus
synced 2026-02-09 06:20:29 +00:00
Tell IANA not to encode the RDAP base URL response (#1705)
This commit is contained in:
@@ -98,6 +98,7 @@ public final class UpdateRegistrarRdapBaseUrlsActionTest {
|
||||
private void assertCorrectRequestSent() {
|
||||
assertThat(httpTransport.getRequestSent().getUrl())
|
||||
.isEqualTo("https://www.iana.org/assignments/registrar-ids/registrar-ids-1.csv");
|
||||
assertThat(httpTransport.getRequestSent().getHeaders().get("accept-encoding")).isNull();
|
||||
}
|
||||
|
||||
private static void persistRegistrar(
|
||||
|
||||
Reference in New Issue
Block a user