We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076df6e commit 3c025daCopy full SHA for 3c025da
test/unit/test_personality_insights_v3.rb
@@ -62,7 +62,7 @@ def test_json_to_json
62
profile_response = File.read(Dir.getwd + "/resources/personality-v3-expect2.txt")
63
personality_text = File.read(Dir.getwd + "/resources/personality-v3.json")
64
headers = {
65
- "Content-Type" => "applicaiton/json"
+ "Content-Type" => "application/json"
66
}
67
expected_response = DetailedResponse.new(status: 200, body: profile_response, headers: headers)
68
stub_request(:post, "https://gateway.watsonplatform.net/personality-insights/api/v3/profile?consumption_preferences=true&raw_scores=true&version=2017-10-13")
0 commit comments