diff --git a/internal/cmd/sling_test.go b/internal/cmd/sling_test.go index 8d50cc89..c2225315 100644 --- a/internal/cmd/sling_test.go +++ b/internal/cmd/sling_test.go @@ -234,7 +234,8 @@ case "$cmd" in echo '[{"title":"Test issue","status":"open","assignee":"","description":""}]' ;; formula) - # formula show + # formula show - must output something for verifyFormulaExists + echo '{"name":"test-formula"}' exit 0 ;; cook)