Check if display_name really changed.

This commit is contained in:
tastytea 2019-04-17 08:09:43 +02:00
parent e48c289c23
commit 12bcb7e59b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ SCENARIO ("/api/v1/accounts/update_credentials can be called successfully",
REQUIRE(account.valid());
REQUIRE(account.id() == user_id);
REQUIRE(account.display_name() == "testaccount");
}
}
}