Commit dda480f 1 parent a3871e3 commit dda480f Copy full SHA for dda480f
File tree 1 file changed +2
-2
lines changed
src/test/java/edu/harvard/iq/dataverse/api
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ public void testConvertShibUserToBuiltin() throws Exception {
269
269
createUserToConvert .prettyPrint ();
270
270
271
271
long idOfUserToConvert = createUserToConvert .body ().jsonPath ().getLong ("data.authenticatedUser.id" );
272
- String emailOfUserToConvert = createUserToConvert .body ().jsonPath ().getString ("data.user .email" );
272
+ String emailOfUserToConvert = createUserToConvert .body ().jsonPath ().getString ("data.authenticatedUser .email" );
273
273
String usernameOfUserToConvert = UtilIT .getUsernameFromResponse (createUserToConvert );
274
274
275
275
String password = usernameOfUserToConvert ;
@@ -356,7 +356,7 @@ public void testConvertOAuthUserToBuiltin() throws Exception {
356
356
createUserToConvert .prettyPrint ();
357
357
358
358
long idOfUserToConvert = createUserToConvert .body ().jsonPath ().getLong ("data.authenticatedUser.id" );
359
- String emailOfUserToConvert = createUserToConvert .body ().jsonPath ().getString ("data.user .email" );
359
+ String emailOfUserToConvert = createUserToConvert .body ().jsonPath ().getString ("data.authenticatedUser .email" );
360
360
String usernameOfUserToConvert = UtilIT .getUsernameFromResponse (createUserToConvert );
361
361
362
362
String password = usernameOfUserToConvert ;
You can’t perform that action at this time.
0 commit comments