Skip to content
Snippets Groups Projects
Commit 61442741 authored by Jueun Park's avatar Jueun Park
Browse files

Edited RandomUrlTest

parent 645151ae
No related branches found
No related tags found
1 merge request!6Resolve "check and fix random request generator"
Pipeline #13313 failed
...@@ -81,7 +81,7 @@ public class OpenAPIMain_test { ...@@ -81,7 +81,7 @@ public class OpenAPIMain_test {
urls = jastAddObject.generateRequests(); urls = jastAddObject.generateRequests();
for ( String url : urls ) for ( String url : urls )
Assertions.assertFalse( urlValidator.isValid(url), "validation of the generated Urls not succeeded" ); Assertions.assertTrue( urlValidator.isValid(url), "validation of the generated Urls not succeeded" );
} }
static Stream<File> resources() { static Stream<File> resources() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment