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 b06eb44 commit 601027bCopy full SHA for 601027b
src/test/java/com/fusiondb/studio/api/ExplorerIT.java
@@ -17,6 +17,7 @@
17
*/
18
package com.fusiondb.studio.api;
19
20
+import io.restassured.filter.log.LogDetail;
21
import org.junit.jupiter.api.Test;
22
23
import static com.fusiondb.studio.api.API.getApiBaseUri;
@@ -41,6 +42,7 @@ public void db() {
41
42
when().
43
get(getApiBaseUri() + "/explorer?uri=/db").
44
then().
45
+ //log().ifValidationFails(LogDetail.BODY).
46
statusCode(SC_OK).
47
assertThat().
48
body(matchesJsonSchemaInClasspath("explorer-schema.json"));
0 commit comments