Skip to content

Commit

Permalink
Rubicon: fix unrelated broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Net-burst committed Dec 21, 2024
1 parent ccf7390 commit ebe2141
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/java/org/prebid/server/it/OwnAdxTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
import io.restassured.response.Response;
import org.json.JSONException;
import org.junit.jupiter.api.Test;
import org.junit.runner.RunWith;
import org.prebid.server.model.Endpoint;
import org.springframework.test.context.junit4.SpringRunner;

import java.io.IOException;

Expand All @@ -16,7 +14,6 @@
import static com.github.tomakehurst.wiremock.client.WireMock.urlPathEqualTo;
import static java.util.Collections.singletonList;

@RunWith(SpringRunner.class)
public class OwnAdxTest extends IntegrationTest {

@Test
Expand Down

0 comments on commit ebe2141

Please sign in to comment.