Skip to content

Commit 1792ffc

Browse files
committed
feat(qaas): clear
1 parent cb56b30 commit 1792ffc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ def test_create_delete_session():
127127
max_idle_duration=max_idle_duration,
128128
)
129129

130-
print(session.updated_at)
131-
print(session.created_at)
132-
133130
assert session is not None
134131
assert session.id is not None
135132
assert session.platform_id == target_platform.id

0 commit comments

Comments
 (0)