Missing param
attribute on request if one param name is substring of other
#745
Labels
type: bug
problem that needs to be addressed
Originally reported by: Markus Unterwaditzer (BitBucket: untitaker, GitHub: untitaker)
This is kind-of related to #460, except that it doesn't seem to have anything to do with chained/nested fixtures. Instead, the following testsuite fails because the
item_types
parameter containsitem_type
, which is the name of another fixture!Renaming
item_types
to something else which doesn't containitem_type
as substring fixes the issue, as does modifyingitem_types
to become a fixture.The text was updated successfully, but these errors were encountered: