Skip to content

Commit

Permalink
Remove unnecessary @WireMockTest (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalluck authored Nov 9, 2024
1 parent 5869aeb commit 56f01fa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@

import com.github.tomakehurst.wiremock.core.WireMockConfiguration;
import com.github.tomakehurst.wiremock.junit5.WireMockExtension;
import com.github.tomakehurst.wiremock.junit5.WireMockTest;
import com.google.common.io.Resources;

@WireMockTest
abstract class AbstractWireMockTest {
static WireMockExtension newWireMockExtensionForClass(Class<?> clazz) {
String path = getDirectoryForClass(clazz);
Expand Down

0 comments on commit 56f01fa

Please sign in to comment.