File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5454 ARCH : amd64
5555 ENABLE_PROXY : " false"
5656 BASE_IMAGE_TAG : " debug"
57+ ADC_VERSION : " dev"
5758 run : |
5859 echo "building images..."
5960 make build-image
Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ spec:
552552 GET ("/get" ).
553553 WithHost ("httpbin.external" ).
554554 Expect ().
555- Status (200 )
555+ Status (http . StatusMovedPermanently )
556556 })
557557
558558 It ("Match Port" , func () {
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ spec:
248248 GET ("/get" ).
249249 WithHost ("httpbin.external" ).
250250 Expect ().
251- Status (200 )
251+ Status (http . StatusMovedPermanently )
252252 })
253253
254254 It ("Delete Ingress during restart" , func () {
@@ -278,7 +278,7 @@ spec:
278278 GET ("/get" ).
279279 WithHost ("httpbin.external" ).
280280 Expect ().
281- Status (200 )
281+ Status (http . StatusMovedPermanently )
282282
283283 s .NewAPISIXClient ().
284284 GET ("/get" ).
@@ -299,7 +299,7 @@ spec:
299299 GET ("/get" ).
300300 WithHost ("httpbin.external" ).
301301 Expect ().
302- Status (200 )
302+ Status (http . StatusMovedPermanently )
303303
304304 s .NewAPISIXClient ().
305305 GET ("/get" ).
You can’t perform that action at this time.
0 commit comments