From aabe12430674ae78751344108f515ad215a55bd9 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Mon, 13 May 2024 18:40:31 -0400 Subject: [PATCH] Import TestClient from nextline_graphql --- tests/test_plugin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_plugin.py b/tests/test_plugin.py index f8091af..b8fe96f 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -2,10 +2,9 @@ from collections.abc import AsyncIterator import pytest -from async_asgi_testclient import TestClient from nextlinegraphql import create_app from nextlinegraphql.plugins.ctrl.graphql import SUBSCRIBE_STATE -from nextlinegraphql.plugins.graphql.test import gql_request, gql_subscribe +from nextlinegraphql.plugins.graphql.test import TestClient, gql_request, gql_subscribe from pytest_httpx import HTTPXMock from nextline_schedule.graphql import (