dfinity / exchange-rate-canister

The exchange rate canister (XRC) makes use of the HTTP requests feature to provide exchange rates as a service to the IC.
Apache License 2.0
37 stars 10 forks source link

test: Add basic exchange rates `e2e` test #224

Closed dfinity-ryancroote closed 1 year ago

dfinity-ryancroote commented 1 year ago

This PR adds another e2e test for handling the basic querying of rates.

Setup:

Runbook:

Success criteria:


This PR also resolves a recent issue with the e2e tests failing due to the SSL certificates not generating correctly.