Skip to content

Commit

Permalink
Drop MongoDB test resource: we have Dev Services now
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 12, 2024
1 parent b5dacc1 commit c42bef2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.acme.mongodb;

import io.quarkus.test.common.WithTestResource;
import org.apache.http.HttpStatus;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.params.ParameterizedTest;
Expand All @@ -12,7 +11,6 @@
import io.restassured.http.ContentType;

@QuarkusTest
@WithTestResource(MongoDbResource.class)
public class FruitResourceTest {

@ParameterizedTest
Expand Down

This file was deleted.

0 comments on commit c42bef2

Please sign in to comment.