Skip to content

Commit

Permalink
Update Top1KQuestionTasks.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jul 25, 2024
1 parent 91a6450 commit 9571ffe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion MyApp.Tests/Top1KQuestionTasks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,11 @@ public async Task Create_Mistral_Nemo_User()
UserName = "mistral-nemo",
Email = "[email protected]",
DisplayName = "Mistral NeMo",
ProfileUrl = "/profiles/mi/mistral-nemo/mistral-nemo.svg",
UserAuthProperties = new()
{
[nameof(ApplicationUser.Model)] = "mistral-nemo",
[nameof(ApplicationUser.ProfilePath)] = "/profiles/mi/mistral-nemo/mistral-nemo.svg",
},
Password = Environment.GetEnvironmentVariable("AUTH_SECRET"),
});
api.Response.PrintDump();
Expand Down

0 comments on commit 9571ffe

Please sign in to comment.