diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-12-27 14:38:36 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-01-08 11:34:07 +0100 |
| commit | 857febc80eaff8f5efc4239b2c625fcfbee78999 (patch) | |
| tree | ce29bea94421884ff91021efa8b43d21088edf3c /test/test-runner | |
| parent | aca939c260f718e3806a67b0a0703a33d4c8157f (diff) | |
| download | mullvadvpn-857febc80eaff8f5efc4239b2c625fcfbee78999.tar.xz mullvadvpn-857febc80eaff8f5efc4239b2c625fcfbee78999.zip | |
Add 'target_os' attribute to test macro
Diffstat (limited to 'test/test-runner')
| -rw-r--r-- | test/test-runner/src/main.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test-runner/src/main.rs b/test/test-runner/src/main.rs index c67876526b..d7ace9d15a 100644 --- a/test/test-runner/src/main.rs +++ b/test/test-runner/src/main.rs @@ -9,7 +9,6 @@ use std::{ use tarpc::context; use tarpc::server::Channel; use test_rpc::{ - meta, mullvad_daemon::{ServiceStatus, SOCKET_PATH}, package::Package, transport::GrpcForwarder, @@ -96,10 +95,6 @@ impl Service for TestServer { Ok(result) } - async fn get_os(self, _: context::Context) -> meta::Os { - meta::CURRENT_OS - } - async fn mullvad_daemon_get_status( self, _: context::Context, |
