From cea3cc0720c8c3c8eee239768755cdb3d44f75ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Thu, 10 Oct 2024 17:28:02 +0200 Subject: [PATCH] Update test/athena.bats Co-authored-by: George Dietrich --- test/athena.bats | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/athena.bats b/test/athena.bats index eff705f..de3aa27 100644 --- a/test/athena.bats +++ b/test/athena.bats @@ -37,6 +37,9 @@ function test_component() { @test "image_size" { test_component "image_size" } +@test "mercure" { + test_component "mercure" +} @test "negotiation" { test_component "negotiation" }