Skip to content

Commit 87c1da0

Browse files
cctdanielSEJeff
andcommitted
Update tests/test_pyth_client.py
Co-authored-by: Jeff Schroeder <jeffschroeder@computer.org>
1 parent 9b4e628 commit 87c1da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_pyth_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ def pyth_client(solana_client: SolanaClient) -> PythClient:
178178
def pyth_client_no_program_key(solana_client: SolanaClient) -> PythClient:
179179
return PythClient(
180180
solana_client=solana_client,
181-
solana_endpoint=SOLANA_DEVNET_HTTP_ENDPOINT,
182-
solana_ws_endpoint=SOLANA_DEVNET_WS_ENDPOINT,
181+
solana_endpoint="http://example.com",
182+
solana_ws_endpoint="ws://example.com",
183183
first_mapping_account_key=V2_FIRST_MAPPING_ACCOUNT_KEY
184184
)
185185

0 commit comments

Comments
 (0)