Skip to content

Commit deee031

Browse files
authored
Update test_client_storage.py
1 parent 629c203 commit deee031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_client_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ 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()
821+
poll_for_token()
822822

823823
# Get references to cookie elements
824824
c1 = driver.find_element(By.ID, "c1")

0 commit comments

Comments
 (0)