diff --git a/MyApp.Tests/Top1KQuestionTasks.cs b/MyApp.Tests/Top1KQuestionTasks.cs index aa7fe65..af68bd3 100644 --- a/MyApp.Tests/Top1KQuestionTasks.cs +++ b/MyApp.Tests/Top1KQuestionTasks.cs @@ -251,7 +251,11 @@ public async Task Create_Mistral_Nemo_User() UserName = "mistral-nemo", Email = "servicestack.mail+mistral-nemo@gmail.com", 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();