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,
|
allocator,
|
||||||
.{ .community = community },
|
.{ .community = community },
|
||||||
&svc,
|
&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,
|
.invite_code = if (test_args.use_invite) test_invite_code else null,
|
||||||
},
|
},
|
||||||
// shortcut out of memory errors to test allocation
|
// shortcut out of memory errors to test allocation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue