We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ccae7 commit 0af1cd6Copy full SHA for 0af1cd6
server/src/test/java/broker/api/BrokerControllerUnitTest.java
@@ -33,13 +33,13 @@ public class BrokerControllerUnitTest {
33
false,
34
35
true,
36
+ new URI("http://localhost/poll"),
37
"utrecht.nl",
38
"eindhoven.nl",
39
"1",
40
"https://educhange.nl/",
41
20_000,
42
new URI("https://eduhub.nl"),
- new URI("https://eduhub.nl"),
43
"eduhub",
44
"secret",
45
new InMemoryInstitutionRegistry(new ClassPathResource("service-registry-test.yml")),
0 commit comments