Update IT to work with latest Pebble image

pull/89/head
Richard Körber 2019-12-23 14:46:45 +01:00
parent 5647d0c319
commit aa8706fc96
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 2 additions and 1 deletions

View File

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