smartcontractkit / chainlink-solana

77 stars 41 forks source link

fix: use correct WS url within tests #772

Closed aalu1418 closed 1 week ago

aalu1418 commented 1 week ago

Description

Fix e2e test errors related to:

Error Trace:    /home/runner/work/chainlink/chainlink/integration-tests/common/test_common.go:244 
                                        /home/runner/work/chainlink/chainlink/integration-tests/smoke/ocr2_test.go:126 
            Error:          Received unexpected error: 
                            new ws client: dial: websocket: bad handshake 
            Test:           TestSolanaOCRV2Smoke/embedded 
            Messages:       Error connecting to websocket client

Resolves Dependencies

yongkangchia commented 1 week ago

LGTM thanks aaron!