Skip to content

Commit dbfe22a

Browse files
committed
fix wording
1 parent f8f2819 commit dbfe22a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/src/test/python/test_restful.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#
2121

2222
#
23-
# Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved.
23+
# Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved.
2424
#
2525

2626
import pytest
@@ -130,8 +130,8 @@ def mock_do_api_call(uri, verb, headers, data, timeout):
130130
def test_headers_timeout_requests():
131131
"""
132132
Test that headers and timeout parameters from do_call_api() are passed
133-
to the appropriate function in the requests module.
134-
Currently done for the GET HTTP verb only.
133+
to the appropriate function in the 'requests' module.
134+
Currently, this is done for the GET HTTP verb only.
135135
"""
136136

137137
uri = "http://foo:8080"

0 commit comments

Comments
 (0)