1
0
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:
gbrodman
2022-07-13 14:31:16 -04:00
committed by GitHub
parent 5cb2a0a430
commit f72487fe2e
2 changed files with 3 additions and 0 deletions

View File

@@ -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(