Skip to content

Commit

Permalink
Update tests/test_e2e.py
Browse files Browse the repository at this point in the history
Co-authored-by: John Peterson <98187317+John-peterson-coinbase@users.noreply.github.com>
  • Loading branch information
stat and John-peterson-coinbase authored Jan 14, 2025
1 parent 9af4145 commit 1cec1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def configure_cdp():
"""Configure CDP once for all tests."""
Cdp.configure(
api_key_name=os.environ["CDP_API_KEY_NAME"],
private_key=os.environ["CDP_API_PRIVATE_KEY"].replace("\\n", "\n"),
private_key=os.environ["CDP_API_KEY_PRIVATE_KEY"].replace("\\n", "\n"),
)


Expand Down

0 comments on commit 1cec1ab

Please sign in to comment.