Skip to content

Merge branch 'develop' into bugfix/lectures/fix-missing-file-extensio… #1887

Merge branch 'develop' into bugfix/lectures/fix-missing-file-extensio…

Merge branch 'develop' into bugfix/lectures/fix-missing-file-extensio… #1887

GitHub Actions / Junit Results failed Nov 28, 2024 in 0s

Junit Results

Junit Results ran 8469 in 1281.6779999999999 seconds 0 Errored, 1 Failed, 2 Skipped

Annotations

Check failure on line 0 in test

See this annotation in the file changed.

@github-actions github-actions / Junit Results

test#L0

Junit Results ran 8469 in 1281.6779999999999 seconds 0 Errored, 1 Failed, 2 Skipped

Check failure on line 69 in /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/lecture/AttachmentResourceIntegrationTest.java

See this annotation in the file changed.

@github-actions github-actions / Junit Results

createAttachment()

Junit test createAttachment() failed java.lang.AssertionError: Status expected:<200> but was:<404>
Raw output
java.lang.AssertionError: Status expected:<200> but was:<404>
	at org.springframework.test.util.AssertionErrors.fail(AssertionErrors.java:59)
	at org.springframework.test.util.AssertionErrors.assertEquals(AssertionErrors.java:122)
	at org.springframework.test.web.servlet.result.StatusResultMatchers.lambda$matcher$9(StatusResultMatchers.java:637)
	at org.springframework.test.web.servlet.MockMvc$1.andExpect(MockMvc.java:214)
	at de.tum.cit.aet.artemis.lecture.AttachmentResourceIntegrationTest.createAttachment(AttachmentResourceIntegrationTest.java:73)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)