Skip to content

Commit 245c94f

Browse files
author
Ankit Saini
authored
Merge pull request #462 from postmanlabs/fix/mockbin
Ignore always changing headers returned by mockbin
2 parents 1764b27 + f5749ef commit 245c94f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/codegen/newman/newmanTestUtil.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ function runSnippet (testConfig, snippets, collectionName) {
126126
'if-none-match',
127127
'referer',
128128
'x-amzn-trace-id',
129-
'transfer-encoding'
129+
'transfer-encoding',
130+
'cf-connecting-ip',
131+
'cf-request-id'
130132
];
131133
if (result[0]) {
132134
propertiesTodelete.forEach(function (property) {

0 commit comments

Comments
 (0)