Skip to content

Commit

Permalink
test: adjust test to new output
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 4, 2024
1 parent 9e4bef8 commit 60ce54a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/scenarios/auth/t/local/012-grafana-export.t
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ for (1..2) {

TestUtils::test_command({
cmd => '/usr/bin/env file tmp/grafana.png',
like => ['/tmp/grafana.png: PNG image data, 200 x 200, 8-bit\/color RGBA, non-interlaced/'],
like => ['/tmp/grafana.png: PNG image data, 200 x 200, 8-bit\/color RGB, non-interlaced/'],
});

TestUtils::test_command({
Expand All @@ -64,7 +64,7 @@ TestUtils::test_command({

TestUtils::test_command({
cmd => '/usr/bin/env file tmp/grafana.png',
like => ['/tmp/grafana.png: PNG image data, 200 x 200, 8-bit\/color RGBA, non-interlaced/'],
like => ['/tmp/grafana.png: PNG image data, 200 x 200, 8-bit\/color RGB, non-interlaced/'],
});

TestUtils::test_command({
Expand All @@ -79,5 +79,5 @@ TestUtils::test_command({

TestUtils::test_command({
cmd => '/usr/bin/env file tmp/grafana.png',
like => ['/tmp/grafana.png: PNG image data, 200 x 200, 8-bit\/color RGBA, non-interlaced/'],
like => ['/tmp/grafana.png: PNG image data, 200 x 200, 8-bit\/color RGB, non-interlaced/'],
});

0 comments on commit 60ce54a

Please sign in to comment.