-
Notifications
You must be signed in to change notification settings - Fork 0
Fix OHTTPStubs stubRequestsPassingTest #39
Open
Labels
Description
OHTTPStubs stubRequestsPassingTest currently returns YES so stubs are returned for all network traffic. This is probably ok since the tests for this framework only cares about traffic for a single host. BUT the best practice is to limit this to the host we're testing with.