@@ -811,7 +811,7 @@ in {
|
|||||||
nginx-pubhtml = runTest ./nginx-pubhtml.nix;
|
nginx-pubhtml = runTest ./nginx-pubhtml.nix;
|
||||||
nginx-redirectcode = runTest ./nginx-redirectcode.nix;
|
nginx-redirectcode = runTest ./nginx-redirectcode.nix;
|
||||||
nginx-sso = runTest ./nginx-sso.nix;
|
nginx-sso = runTest ./nginx-sso.nix;
|
||||||
nginx-status-page = handleTest ./nginx-status-page.nix {};
|
nginx-status-page = runTest ./nginx-status-page.nix;
|
||||||
nginx-tmpdir = handleTest ./nginx-tmpdir.nix {};
|
nginx-tmpdir = handleTest ./nginx-tmpdir.nix {};
|
||||||
nginx-unix-socket = handleTest ./nginx-unix-socket.nix {};
|
nginx-unix-socket = handleTest ./nginx-unix-socket.nix {};
|
||||||
nginx-variants = handleTest ./nginx-variants.nix {};
|
nginx-variants = handleTest ./nginx-variants.nix {};
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import ./make-test-python.nix (
|
{ pkgs, ... }:
|
||||||
{ pkgs, ... }:
|
{
|
||||||
{
|
|
||||||
name = "nginx-status-page";
|
name = "nginx-status-page";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ h7x4 ];
|
maintainers = [ h7x4 ];
|
||||||
@@ -77,5 +76,4 @@ import ./make-test-python.nix (
|
|||||||
with subtest("client can access other page"):
|
with subtest("client can access other page"):
|
||||||
expect_http_code(client, "200", "http://10.0.0.1/index.html")
|
expect_http_code(client, "200", "http://10.0.0.1/index.html")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user