File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/Umbraco.Tests.Integration/Umbraco.Web.BackOffice/Controllers Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -476,8 +476,6 @@ public async Task PostSave_Validates_Domains_Exist()
476
476
Assert . AreEqual ( expectedMessage , display . Notifications . FirstOrDefault ( x => x . NotificationType == NotificationStyle . Warning ) ? . Message ) ;
477
477
} ) ;
478
478
}
479
- [ assembly : NUnit. Framework . SetCulture ( "se-SE" ) ]
480
- [ assembly : NUnit. Framework . SetUICulture ( "se-SE" ) ]
481
479
[ Test ]
482
480
public async Task PostSave_Validates_All_Cultures_Has_Domains ( )
483
481
{
@@ -531,7 +529,7 @@ public async Task PostSave_Validates_All_Cultures_Has_Domains()
531
529
532
530
533
531
ILocalizedTextService localizedTextService = GetRequiredService < ILocalizedTextService > ( ) ;
534
- var expectedMessage = localizedTextService . Localize ( "speechBubbles" , "publishWithMissingDomain" ) ;
532
+ var expectedMessage = localizedTextService . Localize ( "speechBubbles" , "publishWithMissingDomain" , new [ ] { "en-US" } ) ;
535
533
536
534
Assert . Multiple ( ( ) =>
537
535
{
You can’t perform that action at this time.
0 commit comments