Skip to content

Commit

Permalink
Merge pull request #2938 from newrelic/lambda_guanico
Browse files Browse the repository at this point in the history
healthy urls test: ignore lambda comment
  • Loading branch information
fallwith authored Nov 7, 2024
2 parents 1d70cad + c08941d commit 927a31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new_relic/healthy_urls_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class HealthyUrlsTest < Minitest::Test
FILE_PATTERN = /(?:^(?:#{FILENAMES.join('|')})$)|\.(?:#{EXTENSIONS.join('|')})$/.freeze
IGNORED_FILE_PATTERN = %r{/(?:coverage|test)/}.freeze
URL_PATTERN = %r{(https?://.*?)[^a-zA-Z0-9/\.\-_#]}.freeze
IGNORED_URL_PATTERN = %r{(?:\{|\(|\$|169\.254|\.\.\.|learn\.|metadata\.google|honeyryderchuck\.gitlab\.io/httpx|https?://#)}
IGNORED_URL_PATTERN = %r{(?:\{|\(|\$|169\.254|\.\.\.|learn\.|metadata\.google|honeyryderchuck\.gitlab\.io/httpx|https?://(?:lambda\.)?#)}
TIMEOUT = 5
DEBUG = false

Expand Down

0 comments on commit 927a31d

Please sign in to comment.