diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-04-13 08:43:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-04-13 08:43:36 +0000 |
commit | 977a81da2257629a1fa54515578d3773f934f12f (patch) | |
tree | 25090e8538f7bf836202d0232d539d232a1a465e /docs/development/devtools/api-smoke.rst | |
parent | ec1d537663eea6764322993c4bbc684c984fceb2 (diff) | |
parent | 45ce655d0a7a1568e3518bc968f968a41688f99d (diff) |
Merge "Fix typos in policy docs devtools"
Diffstat (limited to 'docs/development/devtools/api-smoke.rst')
-rw-r--r-- | docs/development/devtools/api-smoke.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/devtools/api-smoke.rst b/docs/development/devtools/api-smoke.rst index 638546bd..8230f33b 100644 --- a/docs/development/devtools/api-smoke.rst +++ b/docs/development/devtools/api-smoke.rst @@ -40,7 +40,7 @@ The test set is focused on the following use cases: Execute policy-api testing -------------------------- Download & execute the steps in postman collection for verifying policy-api component. -The steps needs to be performed sequentially one after another. And no input is required from user. +The steps need to be performed sequentially one after another. And no input is required from user. `Policy Framework Lifecycle API <https://github.com/onap/policy-api/blob/master/postman/lifecycle-api-collection.json>`_ |