mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 08:51:02 -06:00
last test fix
This commit is contained in:
parent
29b04c6966
commit
b4a1e86ec6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user