Skip to content

Commit 150bf1e

Browse files
Copy change
1 parent c3dbbdb commit 150bf1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/general/create.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@
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",
@@ -159,4 +159,4 @@
159159
},
160160
"nbformat": 4,
161161
"nbformat_minor": 2
162-
}
162+
}

0 commit comments

Comments
 (0)