Skip to content

Commit 82af963

Browse files
entry testcases added
1 parent 6683bfa commit 82af963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contentstack/http_request.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ def http_request(self) -> dict:
1919
self._local_headers['X-User-Agent'] = self._contentstack_user_agent()
2020
self._local_headers['Content-Type'] = 'application/json'
2121
response = requests.get(self.url_path, params=self._query_prams, headers=self._local_headers)
22-
# print(response.url)
23-
logging.info('url', response.url)
22+
23+
print('request url:: ', response.url)
2424
if response.ok:
2525
json_response = response.json()
2626
if 'stack' in json_response:

0 commit comments

Comments
 (0)