Merge branch 'master' into develop-master

This commit is contained in:
tidusjar 2023-05-18 16:19:41 +01:00
commit c528993962
2 changed files with 2 additions and 1 deletions

View file

@ -173,6 +173,7 @@ namespace Ombi.Core.Tests.Services
[Test]
[Ignore("Flaky")]
public async Task GetRecentlyRequested_HideUsernames()
{
_mocker.Setup<ISettingsService<CustomizationSettings>, Task<CustomizationSettings>>(x => x.GetSettingsAsync())

View file

@ -1,3 +1,3 @@
{
"version": "4.39.0"
"version": "4.39.1"
}