diff --git a/integration/test/src/TapirTests.scala b/integration/test/src/TapirTests.scala index 10afbbd..79d9b68 100644 --- a/integration/test/src/TapirTests.scala +++ b/integration/test/src/TapirTests.scala @@ -14,8 +14,8 @@ object TapirTests extends TestSuite { tapirHelloWorldTest(baseUrl) } } - test("tapir-helloworld-cats") { - withDeployedExample("tapir-helloworld-cats") { + test("tapir-helloworld-cats-effect") { + withDeployedExample("tapir-helloworld-cats-effect") { tapirHelloWorldTest(baseUrl) } }