Skip to content

Commit

Permalink
Add Tag annotation for resteasy-reactive
Browse files Browse the repository at this point in the history
  • Loading branch information
mcruzdev committed Dec 26, 2024
1 parent 8c3b24d commit de5d24e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@

import org.eclipse.microprofile.rest.client.inject.RegisterRestClient;
import org.eclipse.microprofile.rest.client.inject.RestClient;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.openapi.quarkus.config_key_with_dash_yaml.api.DefaultApi;

import io.quarkus.test.junit.QuarkusTest;

@QuarkusTest
@Tag("resteasy-reactive")
class QuarkusConfigKeyWithDashOpenApiTest {

@RestClient
Expand Down

0 comments on commit de5d24e

Please sign in to comment.