Skip to content

Commit 0af1cd6

Browse files
committed
Fix tests
1 parent 32ccae7 commit 0af1cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/broker/api/BrokerControllerUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ public class BrokerControllerUnitTest {
3333
false,
3434
false,
3535
true,
36+
new URI("http://localhost/poll"),
3637
"utrecht.nl",
3738
"eindhoven.nl",
3839
"1",
3940
"https://educhange.nl/",
4041
20_000,
4142
new URI("https://eduhub.nl"),
42-
new URI("https://eduhub.nl"),
4343
"eduhub",
4444
"secret",
4545
new InMemoryInstitutionRegistry(new ClassPathResource("service-registry-test.yml")),

0 commit comments

Comments
 (0)