remove flag test

This commit is contained in:
Pascal Fischer 2023-02-27 17:45:02 +01:00
parent 82059df324
commit 8026c84c95

View File

@ -111,18 +111,6 @@ func TestConversionFromFullStatusToOutputOverview(t *testing.T) {
assert.Equal(t, overview, convertedResult)
}
func TestForErrorOnMultipleOutputFlags(t *testing.T) {
rootCmd.SetArgs([]string{
"status",
"--yaml",
"--json",
})
if err := rootCmd.Execute(); err != nil {
return
}
t.Errorf("expected error while running status command with 2 output flags")
}
func TestSortingOfPeers(t *testing.T) {
peers := []peerStateDetailOutput{
{