Update IT to work with latest Pebble image

This commit is contained in:
Richard Körber
2019-12-23 14:46:45 +01:00
parent 5647d0c319
commit aa8706fc96

View File

@@ -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"
+ "}"));
}