summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorOisin Canty <o.canty@f5.com>2021-05-26 16:48:11 +0000
committerOisin Canty <o.canty@f5.com>2021-05-26 16:48:11 +0000
commitd67a0c871157454d591fa1d2a8b2d831b32e4040 (patch)
tree310bb0c560551f2f6d3409f651bdb1d17ecc63b6 /test
parent81e31872e3d05c912551dbf1382e3c78f4f65f4b (diff)
downloadunit-d67a0c871157454d591fa1d2a8b2d831b32e4040.tar.gz
unit-d67a0c871157454d591fa1d2a8b2d831b32e4040.tar.bz2
Static: handled unknown MIME types when MIME-filtering active.
Diffstat (limited to 'test')
-rw-r--r--test/test_share_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_share_types.py b/test/test_share_types.py
index 98ad106b..b5ed97a0 100644
--- a/test/test_share_types.py
+++ b/test/test_share_types.py
@@ -128,7 +128,7 @@ class TestShareTypes(TestApplicationProto):
{
"action": {
"share": temp_dir + "/assets",
- "types": ["!application/php"],
+ "types": ["!application/x-httpd-php"],
"fallback": {"proxy": "http://127.0.0.1:7081"},
}
},