File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 123123 " # 1) Request Headers\n " ,
124124 " api_subscription_key = apim_apis[0]['subscriptionPrimaryKey']\n " ,
125125 " reqs = ApimRequests(endpoint_url, api_subscription_key)\n " ,
126- " output = reqs.singleGet('/request-headers', msg = 'Calling Request Headers API. Expect 200.')\n " ,
126+ " output = reqs.singleGet('/request-headers', msg = 'Calling the Request Headers API. Expect 200.')\n " ,
127127 " tests.verify('Host:' in output, True)\n " ,
128128 " \n " ,
129129 " # 2) API ID\n " ,
130130 " api_subscription_key = apim_apis[1]['subscriptionPrimaryKey']\n " ,
131131 " reqs = ApimRequests(endpoint_url, api_subscription_key)\n " ,
132- " output = reqs.singleGet('/api-id', msg = 'Calling API ID API. Expect 200.')\n " ,
132+ " output = reqs.singleGet('/api-id', msg = 'Calling the API ID API. Expect 200.')\n " ,
133133 " tests.verify(output, 'Extracted API ID: api-42')\n " ,
134134 " \n " ,
135135 " tests.print_summary()\n " ,
159159 },
160160 "nbformat" : 4 ,
161161 "nbformat_minor" : 2
162- }
162+ }
You can’t perform that action at this time.
0 commit comments