Skip to content

Commit

Permalink
Fix integ test - add missing dataset annotation (#8638)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta authored Jan 17, 2021
1 parent e963ea9 commit 7e1bc61
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.core.Is.is;

import com.github.database.rider.core.api.dataset.DataSet;
import java.net.URI;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.triplea.domain.data.PlayerChatId;
import org.triplea.http.client.HttpInteractionException;
import org.triplea.http.client.lobby.player.PlayerLobbyActionsClient;
import org.triplea.modules.http.AllowedUserRole;
import org.triplea.modules.http.LobbyServerTest;
import org.triplea.modules.http.ProtectedEndpointTest;

@DataSet(value = LobbyServerTest.LOBBY_USER_DATASET, useSequenceFiltering = false)
class PlayerInfoControllerIntegrationTest extends ProtectedEndpointTest<PlayerLobbyActionsClient> {

PlayerInfoControllerIntegrationTest(final URI localhost) {
Expand Down

0 comments on commit 7e1bc61

Please sign in to comment.