Fix test
This commit is contained in:
parent
79f60c137c
commit
c25433ed01
1 changed files with 2 additions and 2 deletions
|
@ -358,9 +358,9 @@ test "register" {
|
|||
allocator,
|
||||
.{ .community = community },
|
||||
&svc,
|
||||
test_args.username,
|
||||
test_args.password,
|
||||
.{
|
||||
.username = test_args.username,
|
||||
.password = test_args.password,
|
||||
.invite_code = if (test_args.use_invite) test_invite_code else null,
|
||||
},
|
||||
// shortcut out of memory errors to test allocation
|
||||
|
|
Loading…
Reference in a new issue