From 173daa73050ecda9a3fe7eb328fffd49ed1f94b2 Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Tue, 14 Jan 2020 13:47:47 +0000 Subject: [PATCH] Fixed broken test --- .../directory-client/src/requests/presence_coconodes_post.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/common/clients/directory-client/src/requests/presence_coconodes_post.rs b/common/clients/directory-client/src/requests/presence_coconodes_post.rs index 72e471b829..40fe4bd2e2 100644 --- a/common/clients/directory-client/src/requests/presence_coconodes_post.rs +++ b/common/clients/directory-client/src/requests/presence_coconodes_post.rs @@ -80,6 +80,7 @@ mod metrics_get_request { host: "foo.com".to_string(), pub_key: "abc".to_string(), last_seen: 666, + version: "0.2.0".to_string(), } } }