File tree Expand file tree Collapse file tree 6 files changed +6
-7
lines changed
main/java/uk/co/spudsoft/query/main
test/java/uk/co/spudsoft/query/main Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ services:
5050 - 16686:16686
5151
5252 query-engine :
53- image : ghcr.io/yaytay/query-engine-design-mode:0.2.31-main
53+ image : ghcr.io/yaytay/query-engine-design-mode:0.2.31-3- main
5454 ports :
5555 - 2000:8080
5656 volumes :
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public final class Version {
3434 /**
3535 * The project version, as set in the Maven pom.xml.
3636 */
37- public static final String MAVEN_PROJECT_VERSION = "0.2.31-main" ;
37+ public static final String MAVEN_PROJECT_VERSION = "0.2.31-3- main" ;
3838
3939 private Version () {
4040 }
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ public void testQuery() throws Exception {
142142 .then ()
143143 .log ().ifError ()
144144 .statusCode (200 )
145- .header ("X-Frame-Options" , equalTo ("DENY " ))
145+ .header ("X-Frame-Options" , equalTo ("SAMEORIGIN " ))
146146 .extract ().body ().asString ();
147147
148148 assertThat (body , startsWith ("openapi: 3.1.0" ));
Original file line number Diff line number Diff line change 4747import static org .hamcrest .Matchers .notNullValue ;
4848import static org .hamcrest .Matchers .startsWith ;
4949import static org .junit .jupiter .api .Assertions .assertEquals ;
50- import static org .junit .jupiter .api .Assertions .assertTrue ;
5150import org .junit .jupiter .api .TestInstance ;
5251import org .junit .jupiter .api .TestInstance .Lifecycle ;
5352import uk .co .spudsoft .jwtvalidatorvertx .AlgorithmAndKeyPair ;
@@ -134,7 +133,7 @@ public void testQuery() throws Exception {
134133 .then ()
135134 .log ().ifError ()
136135 .statusCode (200 )
137- .header ("X-Frame-Options" , equalTo ("DENY " ))
136+ .header ("X-Frame-Options" , equalTo ("SAMEORIGIN " ))
138137 .extract ().body ().asString ();
139138
140139 assertThat (body , startsWith ("openapi: 3.1.0" ));
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ public void testQuery() throws Exception {
146146 .then ()
147147 .log ().ifError ()
148148 .statusCode (200 )
149- .header ("X-Frame-Options" , equalTo ("DENY " ))
149+ .header ("X-Frame-Options" , equalTo ("SAMEORIGIN " ))
150150 .header ("Referrer-Policy" , equalTo ("strict-origin-when-cross-origin" ))
151151 .extract ().body ().asString ();
152152
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ public void testQuery() throws Exception {
148148 .then ()
149149 .log ().ifError ()
150150 .statusCode (200 )
151- .header ("X-Frame-Options" , equalTo ("DENY " ))
151+ .header ("X-Frame-Options" , equalTo ("SAMEORIGIN " ))
152152 .extract ().body ().asString ();
153153
154154 assertThat (body , startsWith ("openapi: 3.1.0" ));
You can’t perform that action at this time.
0 commit comments