Skip to content

Commit bb6bd87

Browse files
committed
Fixing rest of JSON errors
1 parent de9efef commit bb6bd87

File tree

3 files changed

+11
-30
lines changed

3 files changed

+11
-30
lines changed

spec/fixtures/cassette_library/LinkedIn_Search/_search/by_email_address.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,7 @@ http_interactions:
5151
13 Jan 2014 22:01:44 GMT; domain=.linkedin.com; Path=/
5252
body:
5353
encoding: UTF-8
54-
string: |-
55-
{
56-
"_total": 1,
57-
"values": [{
58-
"_key": "[email protected]",
59-
"id": "96GVfLeWjU"
60-
}]
61-
}
62-
http_version:
54+
string: ! "{\"_total\": 1,\"values\": [{
55+
\"_key\": \"[email protected]\",\"id\": \"96GVfLeWjU\"}]}"
56+
http_version:
6357
recorded_at: Mon, 13 Jan 2014 21:51:44 GMT

spec/fixtures/cassette_library/LinkedIn_Search/_search/by_multiple_email_address.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,8 @@ http_interactions:
5252
13 Jan 2014 21:43:51 GMT; domain=.linkedin.com; Path=/
5353
body:
5454
encoding: UTF-8
55-
string: |-
56-
{
57-
"_total": 2,
58-
"values": [{
59-
"_key": "[email protected]",
60-
"id": "96GVfLeWjU"
61-
},
62-
{
63-
"_key": "[email protected]",
64-
"id": "10CGfLfLhI"
65-
}]
66-
}
67-
http_version:
55+
string: ! "{\"_total\": 2,\"values\": [{
56+
\"_key\": \"[email protected]\",\"id\": \"96GVfLeWjU\"},{
57+
\"_key\": \"[email protected]\",\"id\": \"10CGfLfLhI\"}]}"
58+
http_version:
6859
recorded_at: Mon, 13 Jan 2014 21:33:51 GMT

spec/fixtures/cassette_library/LinkedIn_Search/_search/email_search_returns_unauthorized.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,9 @@ http_interactions:
5151
14 Jan 2014 16:30:58 GMT; domain=.linkedin.com; Path=/
5252
body:
5353
encoding: UTF-8
54-
string: |-
55-
{
56-
"errorCode": 0,
57-
"message": "Access to member by email address denied",
58-
"requestId": "BRSUSQTPPW",
59-
"status": 403,
60-
"timestamp": 1389727130475
61-
}
54+
string: ! "{\"errorCode\": 0,\"message\": \"Access to member by email address denied\",
55+
\"requestId\": \"BRSUSQTPPW\",
56+
\"status\": 403,
57+
\"timestamp\": 1389727130475}"
6258
http_version:
6359
recorded_at: Tue, 14 Jan 2014 16:21:01 GMT

0 commit comments

Comments
 (0)