Skip to content

Commit e64e9af

Browse files
committed
removed parameter
1 parent 41556a9 commit e64e9af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/actions/validate/api_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def test_mfa_verify(self):
147147
application_id = MFA_VOICE_APPLICATION_ID,
148148
scope = "scope",
149149
code = "123456",
150-
digits = 6,
151150
expiration_time_in_minutes = 3
152151
)
153152
response = self.auth_client.create_verify_two_factor(ACCOUNT_ID, body)

0 commit comments

Comments
 (0)