diff options
Diffstat (limited to 'docs/sections/services/heartbeat-ms/testprocedure.rst')
-rw-r--r-- | docs/sections/services/heartbeat-ms/testprocedure.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/sections/services/heartbeat-ms/testprocedure.rst b/docs/sections/services/heartbeat-ms/testprocedure.rst index 6f80fc49..03bcbab1 100644 --- a/docs/sections/services/heartbeat-ms/testprocedure.rst +++ b/docs/sections/services/heartbeat-ms/testprocedure.rst @@ -1,8 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
-.. _testprocedure:
-
Test procedures and Postgres Database access
============================================
@@ -16,7 +14,7 @@ Run below commands to login into postgres DB and connect to HB Micro service DB. ::
sudo su postgres
psql
- \l hb_vnf
+ \l hb_vnf
Sample output is as below
|