From f518e8037a34d7fa35410022d8045ca82ac13bec Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 2 May 2023 11:51:17 +0200 Subject: [PATCH] [Fix] Fix mistake in deployer test --- tests/deployer.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deployer.bats b/tests/deployer.bats index 1529c65..f40ffcf 100644 --- a/tests/deployer.bats +++ b/tests/deployer.bats @@ -77,7 +77,7 @@ send_request() ( --arg s "${response_sock}" \ '{"response_sock":$s,"pkg_name":"not_exist"}')" run send_request "${request}" - echo "status: got ${status}, expected ${err_repo_dir_not_existyy}" + echo "status: got ${status}, expected ${err_repo_dir_not_exist}" [ "${status}" -eq "${err_repo_dir_not_exist}" ] }