Skip to content

Commit

Permalink
Merge pull request #555 from swagatbora90/fix_test_logmetrics
Browse files Browse the repository at this point in the history
fix TestLogAndMetrics
  • Loading branch information
swagatbora90 committed Apr 11, 2024
2 parents 5ecd644 + d9c0242 commit 3ee6ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machine_test.go
Expand Up @@ -457,8 +457,8 @@ func TestLogAndMetrics(t *testing.T) {
quiet bool
}{
{logLevel: "", quiet: false},
{logLevel: "Info", quiet: false},
{logLevel: "Error", quiet: true},
{logLevel: "Info", quiet: true},
{logLevel: "Error", quiet: false},
}
for _, test := range tests {
t.Run(test.logLevel, func(t *testing.T) {
Expand Down

0 comments on commit 3ee6ca2

Please sign in to comment.