Skip to content

Commit 0e6b154

Browse files
committed
try
1 parent b682d85 commit 0e6b154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/v2/server/testListMetrics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function listMetrics(level, resources, start, end, credentials) {
5959
const sig = aws4.sign(headers, _credentials);
6060
return needle(
6161
'post',
62-
`http://localhost:8100/${level}?Action=ListMetrics`,
62+
`http://127.0.0.1:8100/${level}?Action=ListMetrics`,
6363

6464
body,
6565
{

0 commit comments

Comments
 (0)