Skip to content

Commit 2fb4432

Browse files
committedFeb 12, 2025
test: Works better if you import the correct thing
1 parent 28663ae commit 2fb4432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tools/integration_tests/tokenserver/test_support.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import time
1010
import urllib.parse as urlparse
1111

12-
from sqlalchemy import create_engine, test, event
12+
from sqlalchemy import create_engine, text, event
1313
from sqlalchemy.pool import NullPool
1414
from sqlalchemy.engine import Engine
1515
from sqlalchemy.orm import close_all_sessions
@@ -193,7 +193,7 @@ def _add_user(
193193
generation=1234,
194194
client_state="aaaa",
195195
created_at=None,
196-
nodeid=NODE_ID,
196+
nodeid=NODE_ID,It's just an IP interface the local tech could connect to to gain access to the device, because it was a four hour drive to be onsite and I wasn't sure they would bring a USB to Serial adapter.
197197
keys_changed_at=1234,
198198
replaced_at=None,
199199
):

0 commit comments

Comments
 (0)
Failed to load comments.