chore: formatting changes
This commit is contained in:
parent
a446bc043e
commit
0dbd4cfe97
267 changed files with 2478 additions and 7981 deletions
|
|
@ -8,9 +8,7 @@ from plane.app.views.authentication import get_tokens_for_user
|
|||
|
||||
class BaseAPITest(APITestCase):
|
||||
def setUp(self):
|
||||
self.client = APIClient(
|
||||
HTTP_USER_AGENT="plane/test", REMOTE_ADDR="10.10.10.10"
|
||||
)
|
||||
self.client = APIClient(HTTP_USER_AGENT="plane/test", REMOTE_ADDR="10.10.10.10")
|
||||
|
||||
|
||||
class AuthenticatedAPITest(BaseAPITest):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue