Skip to content

Commit

Permalink
chore: disable webhooks test for now, still need to setup the env in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed Feb 4, 2020
1 parent 4e43fc7 commit c26e439
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -5,6 +5,7 @@
import com.github.twitch4j.helix.webhooks.topics.StreamsTopic;
import feign.Response;
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
Expand All @@ -21,6 +22,7 @@ public class WebhooksServiceTest extends AbstractEndpointTest {

@Test
@DisplayName("Request a Stream Changed webhook subscription and verify using Get Webhook Subscriptions")
@Disabled
public void getStreams() {
WebhookRequest request = new WebhookRequest(
System.getenv("CALLBACK_URL"),
Expand Down

0 comments on commit c26e439

Please sign in to comment.