Skip to content

Commit

Permalink
test: remove dummy value
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
(cherry picked from commit 9320a2596b4580a2f72d2d78b5f30b7163a938ca)
  • Loading branch information
Tomas2D committed Dec 9, 2024
1 parent b5c4e64 commit 55847e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/agents/bee.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { createChatLLM } from "@tests/utils/llmFactory.js";
import { BeeMeta } from "@/agents/bee/types.js";
import { GoogleSearchTool } from "@/tools/search/googleSearch.js";

const googleSearchApiKey = "123";
const googleSearchApiKey = process.env.GOOGLE_API_KEY;
const googleSearchCseId = process.env.GOOGLE_CSE_ID;

describe.runIf(Boolean(googleSearchApiKey && googleSearchCseId))("Bee Agent", () => {
Expand Down

0 comments on commit 55847e5

Please sign in to comment.