Skip to content

Commit bd4eaa4

Browse files
committed
fix tests
1 parent 2eda0a4 commit bd4eaa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/__tests__/unit/agents.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ describe('GuardrailAgent', () => {
241241
});
242242

243243
it('should handle guardrail execution errors based on raiseGuardrailErrors setting', async () => {
244+
process.env.OPENAI_API_KEY = 'test';
244245
const config = {
245246
version: 1,
246247
input: {

0 commit comments

Comments
 (0)