Skip to content

Commit

Permalink
fix: test (#762)
Browse files Browse the repository at this point in the history
* fix: cud validation

* fix: test
  • Loading branch information
sattvikc authored Aug 1, 2023
1 parent 40f676e commit b7d1c3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ public void testDifferentValuesForCUDThatShouldNotWork() throws Exception {
return;
}

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

0 comments on commit b7d1c3c

Please sign in to comment.