summaryrefslogtreecommitdiffstats
path: root/web/handlers_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix handlers test. (#9682)Christopher Speller2018-10-171-3/+2
|
* Set default ciphers, set tls 1.2 via config, set curve prefs (#9315)Daniel Schalla2018-10-161-2/+49
| | | | | | | | | | | | | | | | | Config Checks at StartUp Part1 Config Checks; Tests for TLS Server HSTS header implementation + tests make gofmt happy with new go version... make gofmt happy with new go version #2... fix logic bug fix typo Fix unnecessary code block
* fix gofmt for go 1.11 (#9516)Carlos Tadeu Panato Junior2018-10-011-1/+2
| | | | | | | | * fix gofmt for go 1.11 * fix test * comment out one test
* MM-10863: Handle non-API errors with redirect to webapp (#8943)Jesús Espino2018-06-141-0/+58
* MM-10863: Handle non-API errors with redirect to webapp * Properly shutdown the app in the new test