mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-04 03:48:40 +08:00
Merge pull request #371 from meysamhadeli/fix/fix-ci-failed
fix: fix ci failed
This commit is contained in:
commit
b67d000580
@ -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