Skip to content

Commit f5749ef

Browse files
committed
Ignore always changing headers returned by mockbin
1 parent 1764b27 commit f5749ef

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)