mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-18 21:44:29 +01:00
Make test less flaky
This commit is contained in:
@@ -115,7 +115,7 @@ public partial class UIStoresController
|
||||
storeBlob.EmailSettings = model.Settings;
|
||||
store.SetStoreBlob(storeBlob);
|
||||
await _storeRepo.UpdateStore(store);
|
||||
TempData[WellKnownTempData.SuccessMessage] = StringLocalizer["Email settings modified"].Value;
|
||||
TempData[WellKnownTempData.SuccessMessage] = StringLocalizer["Email settings saved"].Value;
|
||||
}
|
||||
return RedirectToAction(nameof(StoreEmailSettings), new { storeId });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user