Skip to content

Commit

Permalink
Updated test name
Browse files Browse the repository at this point in the history
  • Loading branch information
will-craig committed Nov 22, 2024
1 parent 80feef1 commit 81fb80b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace VideoWeb.UnitTests.Services;

[TestFixture]
public class ConferenceBackgroundServiceTests
public class ConferenceCacheLoaderServiceTests
{
private Mock<ICacheLock> _cacheLock;
private Mock<IConferenceService> _conferenceService;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
using System;
using System.Diagnostics.CodeAnalysis;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using VideoWeb.Common.Configuration;

namespace VideoWeb.Services.BackgroundService;

[ExcludeFromCodeCoverage]
public class ConferenceBackgroundService(IServiceProvider serviceProvider, CacheSettings cacheSettings) : Microsoft.Extensions.Hosting.BackgroundService
{
protected override async Task ExecuteAsync(CancellationToken stoppingToken)
Expand Down
3 changes: 2 additions & 1 deletion charts/vh-video-web/values.dev.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ java:
EJUDAD__POSTLOGOUTREDIRECTURI: https://${SERVICE_FQDN}/logout
EJUDAD__REDIRECTURI: https://${SERVICE_FQDN}/home
DOM1__POSTLOGOUTREDIRECTURI: https://${SERVICE_FQDN}/logout
DOM1__REDIRECTURI: https://${SERVICE_FQDN}/home
DOM1__REDIRECTURI: https://${SERVICE_FQDN}/home
VHSERVICES__VIDEOAPIURL: https://vh-video-api-pr-695.dev.platform.hmcts.net/

0 comments on commit 81fb80b

Please sign in to comment.