Skip to content

Commit

Permalink
Re #134: Chnges to make nginx tests running.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkowalcz committed Dec 20, 2024
1 parent 3c60e18 commit 748af20
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
import org.junit.jupiter.api.Test;
import org.testcontainers.containers.BindMode;
import org.testcontainers.containers.NginxContainer;
import org.testcontainers.containers.wait.strategy.HttpWaitStrategy;
import org.testcontainers.junit.jupiter.Container;
import pl.tkowalcz.tjahzi.log4j2.infra.IntegrationTest;
import pl.tkowalcz.tjahzi.log4j2.infra.LokiAssert;

import static org.hamcrest.CoreMatchers.*;
import static org.hamcrest.CoreMatchers.containsString;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.hasItems;

class LokiAppenderHttpsUrlConnectionReverseProxyTest extends IntegrationTest {

Expand All @@ -34,7 +35,6 @@ class LokiAppenderHttpsUrlConnectionReverseProxyTest extends IntegrationTest {
"/etc/nginx/passwords",
BindMode.READ_ONLY
)
.waitingFor(new HttpWaitStrategy())
.withExposedPorts(81);

@Override
Expand Down

0 comments on commit 748af20

Please sign in to comment.