Skip to content

Commit

Permalink
write file
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehamadi committed May 13, 2023
1 parent 8c04be0 commit ea21782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/goal_oriented/test_write_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


@requires_api_key("OPENAI_API_KEY")
# @pytest.mark.vcr
@pytest.mark.vcr
def test_write_file(writer_agent: Agent, patched_api_requestor) -> None:
file_path = str(writer_agent.workspace.get_path("hello_world.txt"))
try:
Expand Down

0 comments on commit ea21782

Please sign in to comment.