Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Relax Allow Header Test #562

Merged
merged 1 commit into from
Mar 13, 2021

Commits on Mar 13, 2021

  1. fix: Relax Allow Header Test

    Problem: The test asserted the order of methods in the Allow header. The
    order is irrelevant for the header and not guaranteed by the code, so
    that the test failed using Node 10.
    
    Solution: Adjust the assertion to check the returned methods
    irrespective of order.
    ahilke committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    c097740 View commit details
    Browse the repository at this point in the history