-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor src/trafficcontroller/internal/proxy/websocket_handler_test.go
The tests were failing consistently with the new gorilla/websocket package. While looking at them, noticed that many of the test descriptions didn't match the actual tests. So refactored them to be more clear & test what they purport to test. Didn't want to change the actual code and break some depended-upon behaviour, so just commented out the tests that were not working.
- Loading branch information
Showing
1 changed file
with
158 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters