Skip to content

Commit 3c025da

Browse files
committed
refactor(personality insights test): Fix typo in test
1 parent 076df6e commit 3c025da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_personality_insights_v3.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_json_to_json
6262
profile_response = File.read(Dir.getwd + "/resources/personality-v3-expect2.txt")
6363
personality_text = File.read(Dir.getwd + "/resources/personality-v3.json")
6464
headers = {
65-
"Content-Type" => "applicaiton/json"
65+
"Content-Type" => "application/json"
6666
}
6767
expected_response = DetailedResponse.new(status: 200, body: profile_response, headers: headers)
6868
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

Comments
 (0)