Skip to content

Commit e310902

Browse files
committed
tests: fix typo
1 parent cf25ad9 commit e310902

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_ms_entra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ def test_users_with_garbage(self, wsgi):
888888
f"/v2/Users/{id1}",
889889
json={
890890
"id": id1,
891-
"userame": "OMalley",
891+
"username": "OMalley",
892892
"active": False,
893893
"addresses": [
894894
{

0 commit comments

Comments
 (0)