From 691fe4d5f8564387ff8e8c80c360401bdff11c57 Mon Sep 17 00:00:00 2001 From: SporeStack Date: Mon, 11 Dec 2023 23:13:22 +0000 Subject: [PATCH] Integration test fixes for recent changes --- integration-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-test.sh b/integration-test.sh index 6490a5e..fc25136 100755 --- a/integration-test.sh +++ b/integration-test.sh @@ -29,8 +29,8 @@ sporestack server launch --no-quote --token neverbeencreated --operating-system # Online tests start here. -sporestack token create --dollars 50 --currency fakecurrency ihaveafakecurrency 2>&1 | grep 'value is not a valid' -sporestack server launch --no-quote --token importediminvalid --operating-system debian-11 --days 1 2>&1 | grep 'ensure this value has at least 32' +sporestack token create --dollars 50 --currency fakecurrency ihaveafakecurrency 2>&1 | grep 'Input should be' +sporestack server launch --no-quote --token importediminvalid --operating-system debian-11 --days 1 2>&1 | grep 'String should have at least' sporestack server flavors | grep vcpu sporestack server operating-systems | grep debian-11