mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-26 07:24:09 +08:00
fix: fix ci failed
This commit is contained in:
parent
b9b3c26edc
commit
2a5909bdbd
@ -743,4 +743,4 @@ public abstract class TestBase<TEntryPoint, TWContext, TRContext> : TestFixtureC
|
|||||||
}
|
}
|
||||||
|
|
||||||
public TestFixture<TEntryPoint, TWContext, TRContext> Fixture { get; }
|
public TestFixture<TEntryPoint, TWContext, TRContext> Fixture { get; }
|
||||||
}
|
}
|
||||||
@ -157,4 +157,4 @@ public static class TestContainers
|
|||||||
public int Port { get; set; } = 2113;
|
public int Port { get; set; } = 2113;
|
||||||
public string ImageName { get; set; } = "eventstore/eventstore:latest";
|
public string ImageName { get; set; } = "eventstore/eventstore:latest";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -152,4 +152,4 @@ public class CompleteRegisterPassengerTests : PassengerIntegrationTestBase
|
|||||||
Fixture.Logger?.LogError("{Operation} failed after {MaxRetries} attempts", operation, maxRetries);
|
Fixture.Logger?.LogError("{Operation} failed after {MaxRetries} attempts", operation, maxRetries);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user