mirror of
https://github.com/shred/acme4j.git
synced 2025-12-16 11:24:01 +08:00
Update IT to work with latest Pebble image
This commit is contained in:
@@ -50,7 +50,8 @@ public class SessionIT extends PebbleITBase {
|
||||
assertThat(meta.getWebsite(), is(nullValue()));
|
||||
assertThat(meta.getCaaIdentities(), is(empty()));
|
||||
assertThat(meta.getJSON().toString(), sameJSONAs("{"
|
||||
+ "'termsOfService': 'data:text/plain,Do%20what%20thou%20wilt'"
|
||||
+ "'termsOfService': 'data:text/plain,Do%20what%20thou%20wilt',"
|
||||
+ "'externalAccountRequired': false"
|
||||
+ "}"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user