Skip to content

Commit 2953b48

Browse files
author
Krishna Agarwal
committed
SUMO-182757: fix UT
1 parent bfb03a6 commit 2953b48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sumologic/resource_sumologic_http_source_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func TestAccSumologicHTTPSource_create(t *testing.T) {
5252
testAccCheckHTTPSourceExists(kinesisResourceName, &kinesisLogSource),
5353
testAccCheckHTTPSourceValues(&kinesisLogSource, kName, kDescription, kCategory),
5454
testAccCheckHTTPSourceExists(otlpResourceName, &httpOtlpSource),
55-
testAccCheckHTTPSourceValues(&httpOtlpSource, oName, oDescription, oCategory),
55+
testAccCheckHTTPSourceValues(&httpOtlpSource, oName, oDescription, oCategory),
5656
resource.TestCheckResourceAttrSet(resourceName, "id"),
5757
resource.TestCheckResourceAttrSet(resourceName, "url"),
5858
resource.TestCheckResourceAttr(resourceName, "name", sName),
@@ -87,6 +87,7 @@ func TestAccSumologicHTTPSource_update(t *testing.T) {
8787
var httpSource HTTPSource
8888
var httpTraceSource HTTPSource
8989
var kinesisLogSource HTTPSource
90+
var httpOtlpSource HTTPSource
9091
cName := acctest.RandomWithPrefix("tf-acc-test")
9192
cDescription := acctest.RandomWithPrefix("tf-acc-test")
9293
cCategory := acctest.RandomWithPrefix("tf-acc-test")

0 commit comments

Comments
 (0)