Skip to content

Commit

Permalink
typo in test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicsim1 committed Oct 30, 2024
1 parent ea431fe commit e8293ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy_framework/resource_machine_proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func testMachineProxyBasic(data *proxies.Proxy) string {
data.Name,
data.Host,
data.Username,
&data.Password.NewValue,
*data.Password.NewValue,
data.Port,
)
}
Expand Down

0 comments on commit e8293ba

Please sign in to comment.