Skip to content

Commit

Permalink
set project id to default in agent.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
HaruHunab1320 committed Aug 21, 2024
1 parent ae58bfe commit 092a9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/agents/src/agents.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Agent } from '@magickml/agents'
import { testSpell1, testSpell2 } from './testSpells'

const AGENT_ID = 'e9005717-d02c-4399-9740-ced783c727b3'
const PROJECT_ID = 'clzd9ymf30001dvsxf9r08exv'
const PROJECT_ID = 'default'

describe('Agent Standalone Integration', () => {
let agent: Agent
Expand Down

0 comments on commit 092a9b3

Please sign in to comment.