Skip to content

Commit

Permalink
Tests: remove api and keyval modules from test requirements.
Browse files Browse the repository at this point in the history
Removed api and keyval from NGINX test requirements due to their absence in
default package builds, ensuring tests run properly without them.
  • Loading branch information
route443 committed Oct 31, 2023
1 parent 2354760 commit 7fe60ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/js_saml.t
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ select STDOUT; $| = 1;
eval { require JSON::PP; };
plan(skip_all => "JSON::PP not installed") if $@;

my $t = Test::Nginx->new()->has(qw/http rewrite proxy gzip api keyval/)
my $t = Test::Nginx->new()->has(qw/http rewrite proxy gzip/)
->write_file_expand('nginx.conf', <<'EOF');
%%TEST_GLOBALS%%
Expand Down

0 comments on commit 7fe60ba

Please sign in to comment.