Integration test fixes for recent changes

This commit is contained in:
Administrator 2023-12-11 23:13:22 +00:00
parent ac7eb3a186
commit 691fe4d5f8
1 changed files with 2 additions and 2 deletions

View File

@ -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