There was an error while loading. Please reload this page.
1 parent 2354760 commit 7fe60baCopy full SHA for 7fe60ba
t/js_saml.t
@@ -41,7 +41,7 @@ select STDOUT; $| = 1;
41
eval { require JSON::PP; };
42
plan(skip_all => "JSON::PP not installed") if $@;
43
44
-my $t = Test::Nginx->new()->has(qw/http rewrite proxy gzip api keyval/)
+my $t = Test::Nginx->new()->has(qw/http rewrite proxy gzip/)
45
->write_file_expand('nginx.conf', <<'EOF');
46
47
%%TEST_GLOBALS%%
0 commit comments