Skip to content

Commit

Permalink
Revert "fix TestLogAndMetrics"
Browse files Browse the repository at this point in the history
This reverts commit d9c0242.

Signed-off-by: Swagat Bora <[email protected]>
  • Loading branch information
swagatbora90 committed Apr 11, 2024
1 parent 3ee6ca2 commit f7c25d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,8 @@ func TestLogAndMetrics(t *testing.T) {
quiet bool
}{
{logLevel: "", quiet: false},
{logLevel: "Info", quiet: true},
{logLevel: "Error", quiet: false},
{logLevel: "Info", quiet: false},
{logLevel: "Error", quiet: true},
}
for _, test := range tests {
t.Run(test.logLevel, func(t *testing.T) {
Expand Down

0 comments on commit f7c25d0

Please sign in to comment.