Skip to content

Commit

Permalink
t/management: adapt to new oidc array format
Browse files Browse the repository at this point in the history
  • Loading branch information
davidor committed Oct 23, 2018
1 parent 0c0e5e9 commit bd60b9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/management.t
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ include $TEST_NGINX_MANAGEMENT_CONFIG;
--- request
POST /boot
--- response_body
{"status":"ok","config":{"services":[{"id":42}],"oidc":{}}}
{"status":"ok","config":{"services":[{"id":42}],"oidc":[false]}}
--- error_code: 200
--- udp_listen random_port env chomp
$TEST_NGINX_RANDOM_PORT
Expand Down Expand Up @@ -193,8 +193,8 @@ location = /test {
--- request
POST /test
--- response_body
{"status":"ok","config":{"services":[{"id":42}],"oidc":{}}}
{"status":"ok","config":{"services":[{"id":42}],"oidc":{}}}
{"status":"ok","config":{"services":[{"id":42}],"oidc":[false]}}
{"status":"ok","config":{"services":[{"id":42}],"oidc":[false]}}
--- error_code: 200
--- udp_listen random_port env chomp
$TEST_NGINX_RANDOM_PORT
Expand Down

0 comments on commit bd60b9c

Please sign in to comment.