Skip to content

Commit

Permalink
fix dupplicated name
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Mar 7, 2022
1 parent eac3713 commit de9ee20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uw_myplan/tests/test_dao.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_get_auth_token(self):
MyPlan_Auth_DAO().get_auth_token("test1"))

@mock.patch.object(MyPlan_Auth_DAO, "postURL")
def test_get_auth_token(self, mock):
def test_get_auth_token_error(self, mock):
response = MockHTTP()
response.status = 404
response.data = "Not Found"
Expand Down

0 comments on commit de9ee20

Please sign in to comment.