Skip to content

Commit

Permalink
remove template smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianrfisher committed Oct 10, 2023
1 parent d1f1b63 commit c37a119
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
import io.restassured.response.Response;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.test.context.SpringBootTest;

import static io.restassured.RestAssured.given;

@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)
@Disabled("Template test not required")
class SampleSmokeTest {
protected static final String CONTENT_TYPE_VALUE = "application/json";

Expand Down

0 comments on commit c37a119

Please sign in to comment.