Skip to content

Commit b7d1c3c

Browse files
authored
fix: test (#762)
* fix: cud validation * fix: test
1 parent 40f676e commit b7d1c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/supertokens/test/multitenant/api/TestConnectionUriDomain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ public void testDifferentValuesForCUDThatShouldNotWork() throws Exception {
442442
return;
443443
}
444444

445-
String[] valueForCreate = new String[]{"http://localhost_com", "localhost:", "abc.example.1com", "domain.com:abcd"};
445+
String[] valueForCreate = new String[]{"http://localhost_com", "localhost:", "domain.com:abcd"};
446446
for (int i = 0; i < valueForCreate.length; i++) {
447447
try {
448448
JsonObject config = new JsonObject();

0 commit comments

Comments
 (0)