mirror of https://github.com/shred/acme4j
Update IT to work with latest Pebble image
parent
5647d0c319
commit
aa8706fc96
|
@ -50,7 +50,8 @@ public class SessionIT extends PebbleITBase {
|
||||||
assertThat(meta.getWebsite(), is(nullValue()));
|
assertThat(meta.getWebsite(), is(nullValue()));
|
||||||
assertThat(meta.getCaaIdentities(), is(empty()));
|
assertThat(meta.getCaaIdentities(), is(empty()));
|
||||||
assertThat(meta.getJSON().toString(), sameJSONAs("{"
|
assertThat(meta.getJSON().toString(), sameJSONAs("{"
|
||||||
+ "'termsOfService': 'data:text/plain,Do%20what%20thou%20wilt'"
|
+ "'termsOfService': 'data:text/plain,Do%20what%20thou%20wilt',"
|
||||||
|
+ "'externalAccountRequired': false"
|
||||||
+ "}"));
|
+ "}"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue