ui: replace raw API value 'unknown' with 'no entry' in HSTS preload output

This commit is contained in:
potato-20
2026-06-17 15:10:46 +05:30
parent 57fc5850d1
commit 391f6a6b2b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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".*"unknown"/,"\"$uri\" should not be on the HSTS preload list");
like($cat_csv, qr/"HSTS_preloadlist".*"no entry"/,"\"$uri\" should not be on the HSTS preload list");
$tests++;
unlink $csv;