Skip to content

Commit

Permalink
Relax vcr matching to just path
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Jul 30, 2017
1 parent bfe5dac commit 1f23098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common_bridge_cases.py
Expand Up @@ -6,7 +6,7 @@

jiravcr = vcr.VCR(
record_mode = 'once',
match_on = ['uri', 'method'],
match_on=['path', 'method'],
)

class BridgeTests:
Expand Down

0 comments on commit 1f23098

Please sign in to comment.