From a87bf212991343b33e69d65b292793058845b503 Mon Sep 17 00:00:00 2001 From: "denys.kostynchuk" Date: Tue, 19 Nov 2024 11:37:18 +1300 Subject: [PATCH] Fix incorrect value which produced inconsistent result in terraform state --- octopusdeploy_framework/datasource_workers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octopusdeploy_framework/datasource_workers_test.go b/octopusdeploy_framework/datasource_workers_test.go index 10619663..260910b4 100644 --- a/octopusdeploy_framework/datasource_workers_test.go +++ b/octopusdeploy_framework/datasource_workers_test.go @@ -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" } `