From 0cd1f3b56f5a464dd6d20bc021d335d549248c32 Mon Sep 17 00:00:00 2001 From: David Gomez Date: Wed, 27 Nov 2024 09:32:48 +0100 Subject: [PATCH] [bitnami/appsmith] Update GOSS tests for version 1.49.0 (#75257) Signed-off-by: David Gomez --- .vib/appsmith/goss/appsmith.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vib/appsmith/goss/appsmith.yaml b/.vib/appsmith/goss/appsmith.yaml index 7eddafbed8507..9db442e49b6fd 100644 --- a/.vib/appsmith/goss/appsmith.yaml +++ b/.vib/appsmith/goss/appsmith.yaml @@ -21,9 +21,9 @@ command: - "Starting ServerApplication" check-rts-init: exec: cd /opt/appsmith/rts/bundle && node server.js - exit-status: 1 - stderr: - - "APPSMITH_API_BASE_URL" + exit-status: 0 + stdout: + - "RTS version v{{ .Env.APP_VERSION }} running" group: appsmith: exists: true