Commit d94a56e
committed
Allow integration tests to be ran
Junit5 was not configured for the integration tests, and this was fixed.
Run the tests with
```
host=127.0.0.1 scheme=http apiKey=1234 \
./gradlew --info --no-daemon --project-prop runIntegrationTests \
clean integrationTest \
--tests '*BatchUploaderIntegrationTest*' \
--tests '*ChallengeAPIIntegrationTest*'
```1 parent c842a34 commit d94a56e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments