From 03a00e1f8551bd46881cf3e89483d19d6dec7abb Mon Sep 17 00:00:00 2001 From: Wes Morgan Date: Wed, 23 Mar 2022 09:44:23 -0600 Subject: [PATCH] Check for new error message in sci pod-registry test --- test/babashka/pods/sci_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/babashka/pods/sci_test.clj b/test/babashka/pods/sci_test.clj index aa77a3a..793882b 100644 --- a/test/babashka/pods/sci_test.clj +++ b/test/babashka/pods/sci_test.clj @@ -36,4 +36,4 @@ (catch Exception e e)))] (is (str/includes? (str out) "c3ab8ff13720e8ad9047dd39466b3c8974e592c2fa383d4a3960714caef0c4f2")) - (is (str/includes? (pr-str ex) "Version must be provided")))) + (is (str/includes? (pr-str ex) "Version or path must be provided"))))