Skip to content

Commit

Permalink
fix formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ktabouguia committed Oct 13, 2018
1 parent 33323cc commit efbe75d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/api/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import json

from aiohttp import FormData

from bounce.server.api import util


Expand Down Expand Up @@ -114,6 +115,7 @@ def test_put_users_update_password__failure(server):
headers={'Authorization': token})
assert response.status == 401


def test_login__success(server):
_, response = server.app.test_client.post(
'/auth/login',
Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Defines fixtures for use in our tests."""

import pytest

from bounce.server import Server
from bounce.server.api.auth import LoginEndpoint
from bounce.server.api.clubs import (ClubEndpoint, ClubsEndpoint,
Expand Down

0 comments on commit efbe75d

Please sign in to comment.