mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
last test fix
This commit is contained in:
@@ -30,7 +30,7 @@ func TestNew_userAgent(t *testing.T) {
|
||||
request func(c *http.Client) error
|
||||
}{
|
||||
{
|
||||
fmt.Sprintf("placeholderplaceholderplaceholder-OpenTF/%s (+https://www.opentf.org)", version.Version),
|
||||
fmt.Sprintf("OpenTF/%s", version.Version),
|
||||
func(c *http.Client) error {
|
||||
_, err := c.Get(ts.URL)
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user