Skip to content

Commit 577de2d

Browse files
Remove unused token variable from JSON cookie test
- Fix pre-commit ruff check failure F841 (unused variable) - The test doesn't require authentication to verify JSON string preservation Co-Authored-By: masen@reflex.dev <masen@reflex.dev>
1 parent 22d9bb3 commit 577de2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/test_client_storage.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,8 +818,6 @@ def set_sub(var: str, value: str):
818818
input_value_input.send_keys(value)
819819
set_sub_state_button.click()
820820

821-
token = poll_for_token()
822-
823821
# Get references to cookie elements
824822
c1 = driver.find_element(By.ID, "c1")
825823
c2 = driver.find_element(By.ID, "c2")

0 commit comments

Comments
 (0)