From f40876ed01b17de2081f3a2d46e870a21949e88a Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 25 Jun 2024 13:32:42 -0300 Subject: [PATCH] docs: Improve wording (#405) --- tests/integration/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_integration.py b/tests/integration/test_integration.py index 6d29f6ff..b8dc8c31 100644 --- a/tests/integration/test_integration.py +++ b/tests/integration/test_integration.py @@ -1034,7 +1034,7 @@ async def wait_for_vault_status_message( """Wait for the correct vault status messages to appear. This function is necessary because ops_test doesn't provide the facilities to discriminate - depending on the status message of the units, just the statuses themselves. + depending on the status message of the units, just the application statuses. Args: ops_test: Ops test Framework.