Skip to content

Commit e56f3c1

Browse files
..
1 parent 1f565fa commit e56f3c1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

SecurityService.IntegrationTests/Users/UsersSteps.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ public async Task GivenICreateTheFollowingUsers(Table table)
8080
MiddleName = SpecflowTableHelper.GetStringRowValue(tableRow, "Middle name"),
8181
Claims = userClaims,
8282
Roles = string.IsNullOrEmpty(roles) ? null : roles.Split(",").ToList(),
83-
};
83+
Password= SpecflowTableHelper.GetStringRowValue(tableRow, "Password")
84+
};
85+
8486
CreateUserResponse createUserResponse = await this.CreateUser(createUserRequest, CancellationToken.None).ConfigureAwait(false);
8587

8688
createUserResponse.ShouldNotBeNull();

0 commit comments

Comments
 (0)