File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
packages/modules/azureservicebus/src Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,6 @@ export class ServiceBusContainer extends GenericContainer {
5959 }
6060
6161 public override async start ( ) : Promise < StartedServiceBusContainer > {
62- let mssql : StartedTestContainer ;
63-
6462 const network = await new Network ( ) . start ( ) ;
6563 this . withNetwork ( network ) ;
6664
@@ -77,7 +75,7 @@ export class ServiceBusContainer extends GenericContainer {
7775 . withWaitStrategy ( Wait . forLogMessage ( / .* R e c o v e r y i s c o m p l e t e .* / , 1 ) . withStartupTimeout ( 120_000 ) ) ;
7876 }
7977
80- mssql = await this . mssqlContainer . withNetwork ( network ) . start ( ) ;
78+ const mssql = await this . mssqlContainer . withNetwork ( network ) . start ( ) ;
8179
8280 if ( this . config ) {
8381 this . withCopyContentToContainer ( [
You can’t perform that action at this time.
0 commit comments