Skip to content

Commit

Permalink
fix node ls test output
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Dec 3, 2024
1 parent 82b6738 commit 8c07a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e_multi_node_LB_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (suite *MultiNodeLBCmdTestSuite) TestNodeListCmd() {
true,
`Nodes
,Node,Roles,Endpoint,Cluster ID,Version,Visible Nodes
1,LB,N/A,127.0.0.1:10000,7975277036330396396,1.0.0,"{
1,Seed,[INDEX_QUERY INDEX_UPDATE],127.0.0.1:10000,7975277036330396396,1.0.0,"{
1103823447824: [1.1.1.1:10000]
2207646885648: [2.2.2.2:10000]
3311470323472: [3.3.3.3:10000]
Expand Down
2 changes: 1 addition & 1 deletion e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build integration
//go:build integration || integration_large

package main

Expand Down

0 comments on commit 8c07a67

Please sign in to comment.