Description
Remove mock gateway path.
generate_mock_response_data and the mock gateway code path exist as an offline stand-in. Once the SOVD server returns real responses these should be removed so the client always talks to a live gateway.
Additional Context
File: proxy-sovd/src/client.rs
PR: #12
Description
Remove mock gateway path.
generate_mock_response_dataand the mock gateway code path exist as an offline stand-in. Once the SOVD server returns real responses these should be removed so the client always talks to a live gateway.generate_mock_response_dataand related mock branch inSovdClientmock_gatewayconfig flag or repurpose it as a test-only feature flagAdditional Context
File:
proxy-sovd/src/client.rsPR: #12