Skip to content

Commit b278939

Browse files
committed
fix
1 parent 6c1ac1c commit b278939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/core/test_base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ def test_context_var_set_and_get(self):
11891189
set_captured_response_headers,
11901190
)
11911191

1192-
token = set_captured_response_headers({"x-uipath-test": "value"})
1192+
_ = set_captured_response_headers({"x-uipath-test": "value"})
11931193
result = get_captured_response_headers()
11941194
assert result == {"x-uipath-test": "value"}
11951195
# Returns a copy

0 commit comments

Comments
 (0)