Unverified Commit 79e8d394 authored by Tim Gross's avatar Tim Gross Committed by GitHub
Browse files

fingerprint: digitalocean fingerprint test requires metadata header (#12028)

parent 0ae882a3
Showing with 1 addition and 0 deletions
+1 -0
......@@ -73,6 +73,7 @@ func (f *EnvDigitalOceanFingerprint) Get(attribute string, format string) (strin
URL: parsedURL,
Header: http.Header{
"User-Agent": []string{useragent.String()},
"Metadata": []string{"true"},
},
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment