Skip to content

Commit 3680961

Browse files
committed
Update postman-echo url to use https
1 parent 2aebc47 commit 3680961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_posting_metrics_works(self):
8585
env_vars={
8686
"METRICS_INTERVAL": "10",
8787
"BYPASS_LOGGREGATOR": "True",
88-
"TRENDS_STORAGE_URL": "http://postman-echo.com/post",
88+
"TRENDS_STORAGE_URL": "https://postman-echo.com/post",
8989
},
9090
)
9191
self.start_container()

0 commit comments

Comments
 (0)