Skip to content

Commit

Permalink
add IT annotation (#3)
Browse files Browse the repository at this point in the history
* add IT annotation

* Update BookmarkRestControllerIT.java
  • Loading branch information
JordenReuter authored Sep 4, 2024
1 parent a5c0234 commit 52406f4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package org.tkit.onecx.bookmark.rs.internal.controllers;

public class BookmarkRestControllerIT extends BookmarkRestControllerTest {
import io.quarkus.test.junit.QuarkusIntegrationTest;

@QuarkusIntegrationTest
public class BookmarkRestControllerIT extends BookmarkRestControllerTest {
}

0 comments on commit 52406f4

Please sign in to comment.