Skip to content

Commit ac65195

Browse files
committed
400 test fix
1 parent 7ce8f19 commit ac65195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_retry_auth_401():
131131

132132

133133
def test_retry_auth_400():
134-
__test_retry_auth(error_code=400, error_string=r'invalid_client', total_tries=1, is_exception_expected=True)
134+
__test_retry_auth(error_code=400, error_string=r'invalid_client', total_tries=1, is_exception_expected=False)
135135

136136
def test_retry_auth_104():
137137
__test_retry_auth(error_code=104, error_string=r'Connection Error', total_tries=1, is_exception_expected=False )

0 commit comments

Comments
 (0)