From 84a7d7c928074b71cd0f916111d005044b664892 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 20 May 2020 11:13:49 -0700 Subject: [PATCH] coturn: Fix functional test for backup/restore Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- plinth/modules/coturn/tests/coturn.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plinth/modules/coturn/tests/coturn.feature b/plinth/modules/coturn/tests/coturn.feature index 687f50389..152ecc060 100644 --- a/plinth/modules/coturn/tests/coturn.feature +++ b/plinth/modules/coturn/tests/coturn.feature @@ -18,8 +18,8 @@ Scenario: Enable coturn application Scenario: Backup and restore coturn Given the coturn application is enabled When I create a backup of the coturn app data with name test_coturn - And I restore the coturn app data backup - Then the coturn service should be running with name test_coturn + And I restore the coturn app data backup with name test_coturn + Then the coturn service should be running Scenario: Disable coturn application Given the coturn application is enabled