Skip to content

Commit 55f787d

Browse files
committed
fix
1 parent 7a01e34 commit 55f787d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/03/invitations/test_users_rest_registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ async def test_approve_user_account_with_credits_only(
633633
"email": test_email,
634634
"invitation": {
635635
# No trial_account_days
636-
"extra_credits_in_usd": 50.0,
636+
"extraCreditsInUsd": 50.0,
637637
},
638638
}
639639

0 commit comments

Comments
 (0)