-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
We already have a TLS integration test here
Lines 73 to 75 in 3af1939
// Disabled as currently no TLS integration tests | |
#[ignore] | |
#[tokio::test] |
but it is disabled because our CI doesn't set up any form of TLS. Would be nice if we could get this to work. Ideally the test would be gated by some environment variable like TLS_ENDPOINT
so that developers can still run a rather simple cargo test
locally.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers