Skip to content

Commit

Permalink
Merge pull request firecracker-microvm#556 from swagatbora90/revert_t…
Browse files Browse the repository at this point in the history
…est_fix

Revert "fix TestLogAndMetrics"
  • Loading branch information
swagatbora90 authored Apr 13, 2024
2 parents 3ee6ca2 + f7c25d0 commit 0f7dcee
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 0f7dcee

Please sign in to comment.