mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-11 23:55:07 -05:00
dataform
This commit is contained in:
@@ -109,7 +109,7 @@ func TestDataformCompileTool(t *testing.T) {
|
||||
{
|
||||
name: "missing parameter",
|
||||
reqBody: `{}`,
|
||||
wantStatus: http.StatusBadRequest,
|
||||
wantStatus: http.StatusOK,
|
||||
wantBody: `parameter \"project_dir\" is required`,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user