We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b8237 commit 243d519Copy full SHA for 243d519
1 file changed
vertica_python/tests/integration_tests/test_authentication.py
@@ -128,8 +128,6 @@ def test_oauth_access_token(self):
128
# -------------------------------
129
import os
130
import pyotp
131
- import pytest
132
- import vertica_python
133
from io import StringIO
134
import sys
135
@@ -152,7 +150,6 @@ def totp_positive_scenario(self):
152
150
cur.execute("GRANT AUTHENTICATION totp_auth TO totp_user")
153
151
154
# Generate TOTP
155
- import pyotp
156
TOTP_SECRET = "O5D7DQICJTM34AZROWHSAO4O53ELRJN3"
157
totp_code = pyotp.TOTP(TOTP_SECRET).now()
158
0 commit comments