diff --git a/t/53_hsts_preload.t b/t/53_hsts_preload.t old mode 100644 new mode 100755 index 08f2be4..66a5552 --- a/t/53_hsts_preload.t +++ b/t/53_hsts_preload.t @@ -29,7 +29,7 @@ system("@args") == 0 $cat_csv=`cat $csv`; # github.com is on the preload list -like($cat_csv, qr/"HSTS_preloadlist".*"preloaded"/,"\"$uri\" should be on the HSTS preload list"); +like($cat_csv, qr/"HSTS_preloadAPI".*"preloaded"/,"\"$uri\" should be on the HSTS preload list"); $tests++; unlink $csv; @@ -41,7 +41,7 @@ system("@args") == 0 $cat_csv=`cat $csv`; # example.com is not on the preload list -like($cat_csv, qr/"HSTS_preloadlist".*"no entry"/,"\"$uri\" should not be on the HSTS preload list"); +like($cat_csv, qr/"HSTS_preloadAPI".*"no entry"/,"\"$uri\" should not be on the HSTS preload list"); $tests++; unlink $csv;