mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 17:01:04 -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
|
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 {
|
func(c *http.Client) error {
|
||||||
_, err := c.Get(ts.URL)
|
_, err := c.Get(ts.URL)
|
||||||
return err
|
return err
|
||||||
|
Loading…
Reference in New Issue
Block a user