aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/prov-mns-provider/src/tests/test_rest_api_endpoints.py
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-04-16 03:55:21 -0700
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-04-16 04:35:25 -0700
commitbabc5a81adcab1090b7041499321a3920e297736 (patch)
treeb428627abc4565d6772d644712953d37d294a8f1 /test/mocks/prov-mns-provider/src/tests/test_rest_api_endpoints.py
parenteb24769c91469a9b57344421061c8e366b8a8c2a (diff)
Add test to verify unauthorized requests
Functional test for verifying that the service forbids API access with proper http code and message should the client provide wrong auth credentials. Change-Id: I78d5f050e99c23fd7116468ff007078b3cd56987 Issue-ID: INT-1529 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'test/mocks/prov-mns-provider/src/tests/test_rest_api_endpoints.py')
-rw-r--r--test/mocks/prov-mns-provider/src/tests/test_rest_api_endpoints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/prov-mns-provider/src/tests/test_rest_api_endpoints.py b/test/mocks/prov-mns-provider/src/tests/test_rest_api_endpoints.py
index 0cc459195..69e66e302 100644
--- a/test/mocks/prov-mns-provider/src/tests/test_rest_api_endpoints.py
+++ b/test/mocks/prov-mns-provider/src/tests/test_rest_api_endpoints.py
@@ -1,4 +1,4 @@
-from common import *
+from common import * # pylint: disable=W0614
def test_put():
'''Validate PUT request'''