@@ -35,7 +35,7 @@ func TestAccPulsarJob_basic(t *testing.T) {
3535 testAccCheckPulsarJobActive (& job , true ),
3636 testAccCheckPulsarJobShared (& job , false ),
3737 testAccCheckPulsarJobSCommunity (& job , false ),
38- testAccCheckPulsarJobSHost (& job , "testAccHost" ),
38+ testAccCheckPulsarJobSHost (& job , "testAccHost.com " ),
3939 testAccCheckPulsarJobSUrlPath (& job , "/testAccURLPath" ),
4040 ),
4141 },
@@ -90,7 +90,7 @@ func TestAccPulsarJob_updated_same_type(t *testing.T) {
9090 testAccCheckPulsarJobActive (& job , true ),
9191 testAccCheckPulsarJobShared (& job , false ),
9292 testAccCheckPulsarJobSCommunity (& job , false ),
93- testAccCheckPulsarJobSHost (& job , "testAccHost" ),
93+ testAccCheckPulsarJobSHost (& job , "testAccHost.com " ),
9494 testAccCheckPulsarJobSUrlPath (& job , "/testAccURLPath" ),
9595 ),
9696 },
@@ -105,7 +105,7 @@ func TestAccPulsarJob_updated_same_type(t *testing.T) {
105105 testAccCheckPulsarJobActive (& job , false ),
106106 testAccCheckPulsarJobShared (& job , false ),
107107 testAccCheckPulsarJobSCommunity (& job , false ),
108- testAccCheckPulsarJobSHost (& job , "testAccUpdatedHost" ),
108+ testAccCheckPulsarJobSHost (& job , "testAccUpdatedHost.com " ),
109109 testAccCheckPulsarJobSUrlPath (& job , "/testAccUpdatedURLPath" ),
110110 ),
111111 },
@@ -176,7 +176,7 @@ func TestAccPulsarJob_updated_different_type(t *testing.T) {
176176 testAccCheckPulsarJobActive (& job , true ),
177177 testAccCheckPulsarJobShared (& job , false ),
178178 testAccCheckPulsarJobSCommunity (& job , false ),
179- testAccCheckPulsarJobSHost (& job , "testAccHost" ),
179+ testAccCheckPulsarJobSHost (& job , "testAccHost.com " ),
180180 testAccCheckPulsarJobSUrlPath (& job , "/testAccURLPath" ),
181181 ),
182182 },
@@ -226,7 +226,7 @@ func TestAccPulsarJob_updated_different_type(t *testing.T) {
226226 testAccCheckPulsarJobActive (& job , false ),
227227 testAccCheckPulsarJobShared (& job , false ),
228228 testAccCheckPulsarJobSCommunity (& job , false ),
229- testAccCheckPulsarJobSHost (& job , "testAccUpdatedHost" ),
229+ testAccCheckPulsarJobSHost (& job , "testAccUpdatedHost.com " ),
230230 testAccCheckPulsarJobSUrlPath (& job , "/testAccUpdatedURLPath" ),
231231 ),
232232 },
@@ -276,7 +276,7 @@ func TestAccPulsarJob_BlendMetricWeights(t *testing.T) {
276276 testAccCheckPulsarJobActive (& job , true ),
277277 testAccCheckPulsarJobShared (& job , false ),
278278 testAccCheckPulsarJobSCommunity (& job , false ),
279- testAccCheckPulsarJobSHost (& job , "testAccCompleteHost" ),
279+ testAccCheckPulsarJobSHost (& job , "testAccCompleteHost.com " ),
280280 testAccCheckPulsarJobSUrlPath (& job , "/testAccCompleteURLPath" ),
281281 testAccCHeckPulsarJobBlendMetricWeights_timestamp (& job , 123 ),
282282 testAccCHeckPulsarJobBlendMetricWeights_weights (& job , weights ),
@@ -298,7 +298,7 @@ func TestAccPulsarJob_BlendMetricWeights(t *testing.T) {
298298 testAccCheckPulsarJobExists ("ns1_pulsarjob.it" , & job ),
299299 testAccCheckPulsarJobName (& job , jobName ),
300300 testAccCheckPulsarJobTypeID (& job , "custom" ),
301- testAccCheckPulsarJobSHost (& job , "testAccHost" ),
301+ testAccCheckPulsarJobSHost (& job , "testAccHost.com " ),
302302 testAccCheckPulsarJobSUrlPath (& job , "/testAccUrlPath" ),
303303 testAccCheckPulsarJobAppID (& job , & app ),
304304 testAccCheckPulsarJobActive (& job , true ),
@@ -385,7 +385,7 @@ func testAccJSPulsarJobBasic(appName, jobName string) string {
385385 type_id = "latency"
386386 app_id = "${ns1_application.app.id}"
387387 config {
388- host = "testAccHost"
388+ host = "testAccHost.com "
389389 url_path = "/testAccURLPath"
390390 }
391391}
@@ -404,7 +404,7 @@ func testAccJSPulsarJobUpdated(appName, jobName string) string {
404404 active = false
405405 shared = false
406406 config {
407- host = "testAccUpdatedHost"
407+ host = "testAccUpdatedHost.com "
408408 url_path = "/testAccUpdatedURLPath"
409409 }
410410}
@@ -421,7 +421,7 @@ func testAccJSPulsarJobBlendMetricWeights(appName, jobName string) string {
421421 type_id = "latency"
422422 app_id = "${ns1_application.app.id}"
423423 config {
424- host = "testAccCompleteHost"
424+ host = "testAccCompleteHost.com "
425425 url_path = "/testAccCompleteURLPath"
426426 }
427427 blend_metric_weights {
@@ -481,7 +481,7 @@ func testAccBBPulsarJobConverted(appName, jobName string) string {
481481 type_id = "custom"
482482 app_id = "${ns1_application.app.id}"
483483 config {
484- host = ""
484+ host = "testAccBBPulsarJobConverted.com "
485485 url_path = ""
486486 }
487487}
@@ -498,7 +498,7 @@ func testAccBBPulsarJobBlendMetricWeights(appName, jobName string) string {
498498 type_id = "custom"
499499 app_id = "${ns1_application.app.id}"
500500 config {
501- host = "testAccHost"
501+ host = "testAccHost.com "
502502 url_path = "/testAccUrlPath"
503503 }
504504 blend_metric_weights {
0 commit comments