We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 336c46c + bb3bf81 commit cfc59c5Copy full SHA for cfc59c5
dependencies.yml
@@ -76,7 +76,7 @@ dependencies:
76
newrelic:
77
agent:
78
artifact: newrelic/newrelic-java-{{ version }}.zip
79
- version: 8.6.0
+ version: 8.24.0
80
nginx:
81
artifact: nginx_{{ version }}_linux_x64_{{ fs }}_{{ commit }}.tgz
82
commit: b1316f75
tests/integration/test_metrics.py
@@ -85,7 +85,7 @@ def test_posting_metrics_works(self):
85
env_vars={
86
"METRICS_INTERVAL": "10",
87
"BYPASS_LOGGREGATOR": "True",
88
- "TRENDS_STORAGE_URL": "http://postman-echo.com/post",
+ "TRENDS_STORAGE_URL": "https://postman-echo.com/post",
89
},
90
)
91
self.start_container()
0 commit comments