Skip to content

Commit

Permalink
Update a transliteration test
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Apr 15, 2024
1 parent 108a9b5 commit ee24c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/controller/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_gecos(client, post_data_non_ascii, cleanup_dummy_user, mocker):
# Check that default values are added
user = User(ipa_admin.stageuser_show("dummy")['result'])

assert user.gecos == "Xi Jin Ping aeoeue ss AeOeUe Ss An Bei Jin San"
assert user.gecos == "Xi Jin Ping aeoeue ss AeOeUe SS An Bei Jin San"


@pytest.mark.vcr()
Expand Down

0 comments on commit ee24c7d

Please sign in to comment.