Skip to content

Commit 86544e6

Browse files
authored
chore: fix test name (#766)
1 parent 1c197eb commit 86544e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sso.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def test_sso_start_with_login_options(self):
165165
timeout=DEFAULT_TIMEOUT_SECONDS,
166166
)
167167

168-
def test_sso_start(self):
168+
def test_sso_start_login_hint(self):
169169
sso = SSO(
170170
Auth(
171171
self.dummy_project_id,

0 commit comments

Comments
 (0)