Fix typo in skipException message

Related-Prod: PRODX-13051
Change-Id: I24710fc720557b2a437151de5e3f4ab345b52c52
(cherry picked from commit 9e0de8295d5e274abdc6c2502f6d5252d2310baf)
(cherry picked from commit 964d73f21703cbb4397c47d3e4377f2f8c788d34)
(cherry picked from commit 491b9cecc0bcb4c9c5e2fd11f9d07f0bcb789c83)
diff --git a/octavia_tempest_plugin/tests/api/v2/test_pool.py b/octavia_tempest_plugin/tests/api/v2/test_pool.py
index def10aa..66f57ca 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_pool.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_pool.py
@@ -351,7 +351,7 @@
                                         algorithm=algorithm)
             if not listener_protocol:
                 raise testtools.TestCase.skipException(
-                    "TungstenFabric can't create listener with loadbalancer "
+                    "TungstenFabric can't create pool with loadbalancer "
                     "argument."
                 )
 
diff --git a/octavia_tempest_plugin/tests/scenario/v2/test_pool.py b/octavia_tempest_plugin/tests/scenario/v2/test_pool.py
index f63d96d..d3959e7 100644
--- a/octavia_tempest_plugin/tests/scenario/v2/test_pool.py
+++ b/octavia_tempest_plugin/tests/scenario/v2/test_pool.py
@@ -344,7 +344,7 @@
                                         algorithm=algorithm)
             if not listener_protocol:
                 raise testtools.TestCase.skipException(
-                    "TungstenFabric can't create listener with loadbalancer "
+                    "TungstenFabric can't create pool with loadbalancer "
                     "argument."
                 )