File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def test_auth_delete():
37
37
client = Client ('test_id' , 'test_secret' , access_token = 'test_chase' )
38
38
response = client .auth_delete ()
39
39
assert response .status_code == 200
40
- assert to_json (response )['message' ] == 'Successfully removed from system '
40
+ assert to_json (response )['message' ] == 'Successfully removed from your account '
41
41
42
42
43
43
def test_auth_update ():
@@ -108,7 +108,7 @@ def test_connect_delete():
108
108
client = Client ('test_id' , 'test_secret' , access_token = 'test_chase' )
109
109
response = client .connect_delete ()
110
110
assert response .status_code == 200
111
- assert to_json (response )['message' ] == 'Successfully removed from system '
111
+ assert to_json (response )['message' ] == 'Successfully removed from your account '
112
112
113
113
114
114
def test_connect_update ():
You can’t perform that action at this time.
0 commit comments