Skip to content

Commit

Permalink
actually fix test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
miagilepner committed Nov 22, 2024
1 parent e000674 commit 392628d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/external_tests/raft/raft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1506,6 +1506,6 @@ func TestSysHealth_Raft(t *testing.T) {
})
r := parseHealthBody(t, erroredResponse)
require.True(t, true, *r.RemovedFromCluster)
require.Nil(t, false, r.HAConnectionHealthy)
require.Nil(t, r.HAConnectionHealthy)
})
}

0 comments on commit 392628d

Please sign in to comment.