You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the OHHTTPStubs wiki to see if there wasn't a detailed page talking about my issue
Environment
version of OHHTTPStubs: [LIB VERSION HERE]
integration method you are using:
Cocoapods
Carthage
submodule
other
version of the tool you use: [INSERT VERSION HERE]
Issue Description
[DESCRIBE YOUR ISSUE HERE]
Complete output when you encounter the issue (if any)
[INSERT OUTPUT HERE]
The text was updated successfully, but these errors were encountered:
ShoaibPathan
changed the title
I amgetting real server response ,Unable to recieve mock response.
I am getting real server response ,Unable to recieve mock response.
Sep 25, 2019
I am getting server rather than the mock response
stub(condition: isHost("dev.local.in")) { _ in
let stubPath = OHPathForFile("users.json", type(of: self))
return fixture(filePath: stubPath!, headers: ["Content-Type":"application/json","Authorization" : "Token 68299ee2ffd0a5b1620d00966af39f2c72952c3e"])
}
New Issue Checklist
OHHTTPStubs
for your project sectionEnvironment
Issue Description
[DESCRIBE YOUR ISSUE HERE]
Complete output when you encounter the issue (if any)
The text was updated successfully, but these errors were encountered: