add missing comma

This commit is contained in:
Rio Liu 2021-12-01 20:48:46 -05:00
parent 048421560b
commit 40ce890f28
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ def test_api_create_user(cfg, create_user_resp, mock_mail_server):
"terms": ["s2021"],
"mail_local_addresses": ["test_1@csclub.internal"],
"forwarding_addresses": ['test_1@uwaterloo.internal'],
"password": "krb5"
"password": "krb5",
"shadowExpire": False,
}},
]