Skip to content

Commit

Permalink
Update test_2_login_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
la3679 authored Apr 11, 2024
1 parent bb2a61c commit 438cf7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PCP/server/tests/1_api/test_2_login_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from flask import Flask
from flask_restful import Api
from src.api.login_api import LoginAPI
from src.db.login import *

class LoginAPITestCase(unittest.TestCase):
BASE_URL = '/login'
Expand Down

0 comments on commit 438cf7a

Please sign in to comment.