Skip to content

Commit

Permalink
Move tests/fixtures/cassettes -> tests/cassettes
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Oct 9, 2018
1 parent e0cf929 commit 86acb6a
Show file tree
Hide file tree
Showing 33 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def sanitize_token(interaction, current_cassette):


with Betamax.configure() as config:
config.cassette_library_dir = 'tests/fixtures/cassettes'
config.cassette_library_dir = 'tests/cassettes'
config.default_cassette_options['serialize_with'] = 'json_body'
config.before_record(callback=sanitize_token)

Expand Down

0 comments on commit 86acb6a

Please sign in to comment.