Skip to content

Commit 31b9d01

Browse files
Changing the test function name
1 parent 329c696 commit 31b9d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth0/test/authentication/test_get_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def test_backchannel_login(self, mock_post):
337337
)
338338

339339
@mock.patch("auth0.rest.RestClient.post")
340-
def test_federated_login(self, mock_post):
340+
def test_connection_login(self, mock_post):
341341
g = GetToken("my.domain.com", "cid", client_secret="csec")
342342

343343
g.access_token_for_connection(

0 commit comments

Comments
 (0)