Migrate production modules to raw outputs
This commit is contained in:
@@ -2254,11 +2254,11 @@ func TestExampleFixtureFailureCoverage(t *testing.T) {
|
||||
wantStderr: "completion unavailable",
|
||||
},
|
||||
{
|
||||
name: "malformed LLM response",
|
||||
args: []string{"run", "dnd-session", "--config", configPath, "--input", inputPath},
|
||||
factory: fakeLLMFactory(newMalformedRunLLMClient(), nil),
|
||||
wantCode: 1,
|
||||
wantStderr: "spell_casts",
|
||||
name: "malformed LLM response carried as raw output",
|
||||
args: []string{"run", "dnd-session", "--config", configPath, "--input", inputPath},
|
||||
factory: fakeLLMFactory(newMalformedRunLLMClient(), nil),
|
||||
wantCode: 0,
|
||||
wantOutputStatus: "approved",
|
||||
},
|
||||
{
|
||||
name: "invalid source reference raw output",
|
||||
|
||||
Reference in New Issue
Block a user