Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Jul 8, 2024
1 parent d4ef3a8 commit 1edddc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpprealm/networking/platform_networking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ namespace realm::internal::networking {
};

return std::make_shared<core_http_transport_shim>(http_client);
};
}

std::unique_ptr<::realm::networking::websocket_observer> create_websocket_observer_from_core_shim(std::unique_ptr<::realm::sync::WebSocketObserver>&& m_observer) {
struct core_websocket_observer_shim : public ::realm::networking::websocket_observer {
Expand Down
1 change: 1 addition & 0 deletions tests/sync/networking_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ TEST_CASE("proxy roundtrip", "[proxy]") {
config.proxy_configuration = pc;
config.app_id = Admin::Session::shared().cached_app_id();
config.base_url = Admin::Session::shared().base_url();
config.enable_caching = false;

auto app = realm::App(config);

Expand Down

0 comments on commit 1edddc4

Please sign in to comment.