File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ public class NodeInfo
25
25
[ JsonProperty ( PropertyName = "build_hash" ) ]
26
26
public string BuildHash { get ; internal set ; }
27
27
28
- [ JsonProperty ( PropertyName = "http_address" ) ]
29
- public string HttpAddress { get ; internal set ; }
30
-
31
28
/// <summary>
32
29
/// All of the different roles that the node fulfills. An empty
33
30
/// collection means that the node is a coordinating only node.
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ protected void Assert(NodeInfo node)
50
50
node . Ip . Should ( ) . NotBeNullOrWhiteSpace ( ) ;
51
51
node . Version . Should ( ) . NotBeNullOrWhiteSpace ( ) ;
52
52
node . BuildHash . Should ( ) . NotBeNullOrWhiteSpace ( ) ;
53
- node . HttpAddress . Should ( ) . NotBeNullOrWhiteSpace ( ) ;
54
53
node . Roles . Should ( ) . NotBeNullOrEmpty ( ) ;
55
54
}
56
55
You can’t perform that action at this time.
0 commit comments