Fix uri options test to work again.
This commit is contained in:
parent
2472a4587e
commit
93d9b04f1d
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@
|
||||||
- name: Assert we got an allow header
|
- name: Assert we got an allow header
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- 'result.allow|default("") == "HEAD, OPTIONS, GET"'
|
- 'result.allow.split(", ")|sort == ["GET", "HEAD", "OPTIONS"]'
|
||||||
|
|
||||||
# Ubuntu12.04 doesn't have python-urllib3, this makes handling required dependencies a pain across all variations
|
# Ubuntu12.04 doesn't have python-urllib3, this makes handling required dependencies a pain across all variations
|
||||||
# We'll use this to just skip 12.04 on those tests. We should be sufficiently covered with other OSes and versions
|
# We'll use this to just skip 12.04 on those tests. We should be sufficiently covered with other OSes and versions
|
||||||
|
|
Loading…
Add table
Reference in a new issue