Skip to content

Commit 4e97f8c

Browse files
committed
chore(config): typo in test case name
1 parent 83baf7c commit 4e97f8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/configReader.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ describe('Config Reader module', function () {
145145
}
146146
})
147147

148-
it('does not throw error if TRACE_IGNORE_OUTGOING_HOSTS is malformed, and uses the next highest priority source for the ignoreHeaders config', function () {
148+
it('does not throw error if TRACE_IGNORE_OUTGOING_HOSTS is malformed, and uses the next highest priority source for the ignoreOutgoingHosts config', function () {
149149
process.env.TRACE_IGNORE_OUTGOING_HOSTS = 'This is not a valid JSON'
150150
var configReader = ConfigReader.create({
151151
apiKey: testApiToken,

0 commit comments

Comments
 (0)