Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: add comment explaining change
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 26, 2020
1 parent e0f0487 commit 7b6a656
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/submit-feed.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import { Feeds, SubmitFeedParameters } from '../../src'
import { Config } from './config'
import { itci } from './it'

/**
* `submitFeed` modifies URL for each request which normally
* triggers Polly to re-record, this is a workaround to that
*/
jestPollyConfigService.config = {
matchRequestsBy: {
url: false,
Expand Down

0 comments on commit 7b6a656

Please sign in to comment.