File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Workleap.DomainEventPropagation.Subscription.PullDelivery.Tests
Workleap.DomainEventPropagation.Subscription.Tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ public static async Task<EventGridEmulatorContext> StartAsync(ITestOutputHelper
236
236
private static IContainer BuildContainer ( string configurationPath )
237
237
{
238
238
return new ContainerBuilder ( )
239
- . WithImage ( "workleap/eventgridemulator:0.6.17 " )
239
+ . WithImage ( "workleap/eventgridemulator:0.6.18 " )
240
240
. WithPortBinding ( EmulatorPort , assignRandomHostPort : true )
241
241
. WithBindMount ( configurationPath , "/app/appsettings.json" , AccessMode . ReadOnly )
242
242
. WithWaitStrategy ( Wait . ForUnixContainer ( ) . UntilPortIsAvailable ( EmulatorPort ) )
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ public static async Task<EventGridEmulatorContext> StartAsync(ITestOutputHelper
147
147
private static IContainer BuildContainer ( string configurationPath )
148
148
{
149
149
return new ContainerBuilder ( )
150
- . WithImage ( "workleap/eventgridemulator:0.6.17 " )
150
+ . WithImage ( "workleap/eventgridemulator:0.6.18 " )
151
151
. WithPortBinding ( EmulatorPort , assignRandomHostPort : true )
152
152
. WithBindMount ( configurationPath , "/app/appsettings.json" , AccessMode . ReadOnly )
153
153
. WithWaitStrategy ( Wait . ForUnixContainer ( ) . UntilPortIsAvailable ( EmulatorPort ) )
You can’t perform that action at this time.
0 commit comments