summaryrefslogtreecommitdiff
path: root/src/test/java/com/stileeducation
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/com/stileeducation')
-rw-r--r--src/test/java/com/stileeducation/markr/controller/TestResultsControllerTest.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/java/com/stileeducation/markr/controller/TestResultsControllerTest.java b/src/test/java/com/stileeducation/markr/controller/TestResultsControllerTest.java
index cd1f3cb..40de1a5 100644
--- a/src/test/java/com/stileeducation/markr/controller/TestResultsControllerTest.java
+++ b/src/test/java/com/stileeducation/markr/controller/TestResultsControllerTest.java
@@ -382,9 +382,6 @@ public class TestResultsControllerTest {
headers.setContentType(XmlMarkrMessageConverter.MEDIA_TYPE);
HttpEntity<String> entity = new HttpEntity<>(validPayload, headers);
- // Initial Submit
- restTemplate.postForEntity(IMPORT_ENDPOINT, entity, ImportResponseDTO.class);
-
// When
ResponseEntity<ImportResponseDTO> response = restTemplate.postForEntity(IMPORT_ENDPOINT, entity, ImportResponseDTO.class);