Skip to content

Commit

Permalink
test(quetzalcoatl): remove seed data for get all users test
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorsSami committed Jun 20, 2024
1 parent 84ca3a5 commit f2a19e3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ public async Task GivenAuthorizedUser_WhenGettingAllUsers_ThenReturnsOk()
using var scope = _apiWebFactory.Services.CreateScope();
var userManager = scope.ServiceProvider.GetRequiredService<UserManager<ApplicationUser>>();

var existingUsers = await userManager.Users.ToListAsync();
await userManager.DeleteAsync(existingUsers.ElementAt(0));

var profilePictureData = await ImageHelpers.GetImageAsByteArrayAsync(
"https://picsum.photos/200"
);
Expand Down

0 comments on commit f2a19e3

Please sign in to comment.