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
236236 private static IContainer BuildContainer ( string configurationPath )
237237 {
238238 return new ContainerBuilder ( )
239- . WithImage ( "workleap/eventgridemulator:0.6.28 " )
239+ . WithImage ( "workleap/eventgridemulator:0.6.29 " )
240240 . WithPortBinding ( EmulatorPort , assignRandomHostPort : true )
241241 . WithBindMount ( configurationPath , "/app/appsettings.json" , AccessMode . ReadOnly )
242242 . 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
147147 private static IContainer BuildContainer ( string configurationPath )
148148 {
149149 return new ContainerBuilder ( )
150- . WithImage ( "workleap/eventgridemulator:0.6.28 " )
150+ . WithImage ( "workleap/eventgridemulator:0.6.29 " )
151151 . WithPortBinding ( EmulatorPort , assignRandomHostPort : true )
152152 . WithBindMount ( configurationPath , "/app/appsettings.json" , AccessMode . ReadOnly )
153153 . WithWaitStrategy ( Wait . ForUnixContainer ( ) . UntilPortIsAvailable ( EmulatorPort ) )
You can’t perform that action at this time.
0 commit comments