Skip to content

Allow constraining arguments on any instance using receive_message_chain and `with`

gitlab-qa-bot requested to merge fix_any_instance_message_chain_with into master

Created by: JonRowe

Fixes #1050 (closed). We never tested constraining arguments in an any_instance scenario so this would blow up on chains. This fixes that.

Merge request reports