[TestProxy] tests should not have to return variables to record #22787
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
test-reliability
Issue that causes tests to be unreliable
Discovered in #22187, when a tests uses
@recorded_by_proxy
but does not return anything (because it does not use the variables API), no recording is produced.Tests should NOT have to return anything in order to be recorded. Per #22275, even using the variables API should not require a return statement.
The text was updated successfully, but these errors were encountered: