Skip to content

Commit

Permalink
Fix incorrect value which produced inconsistent result in terraform s…
Browse files Browse the repository at this point in the history
…tate
  • Loading branch information
denys-octopus committed Nov 18, 2024
1 parent 23c493a commit a87bf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy_framework/datasource_workers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func createTestAccDataSourceWorkerResources() string {
name = "Second listening worker"
machine_policy_id = octopusdeploy_machine_policy.policy_1.id
worker_pool_ids = [octopusdeploy_static_worker_pool.pool_1.id]
uri = "https://domain.test"
uri = "https://domain.test/"
thumbprint = "abcdef"
}
`
Expand Down

0 comments on commit a87bf21

Please sign in to comment.