Skip to content

Commit 7fe60ba

Browse files
committed
Tests: remove api and keyval modules from test requirements.
Removed api and keyval from NGINX test requirements due to their absence in default package builds, ensuring tests run properly without them.
1 parent 2354760 commit 7fe60ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/js_saml.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ select STDOUT; $| = 1;
4141
eval { require JSON::PP; };
4242
plan(skip_all => "JSON::PP not installed") if $@;
4343

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

0 commit comments

Comments
 (0)