Skip to content

Commit 1af47e4

Browse files
committed
Lint
1 parent aa733c2 commit 1af47e4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

internal/provider/function_resource_test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ func TestAccFunctionResource_InsertSource(t *testing.T) {
407407
}))
408408
defer fakeServer.Close()
409409

410-
411410
providerConfig := `
412411
provider "segment" {
413412
url = "` + fakeServer.URL + `"
@@ -448,13 +447,13 @@ func TestAccFunctionResource_InsertSource(t *testing.T) {
448447
resource.TestCheckResourceAttr("segment_function.test", "settings.0.sensitive", "false"),
449448
),
450449
},
451-
450+
452451
{
453452
ResourceName: "segment_function.test",
454453
ImportState: true,
455454
ImportStateVerify: true,
456455
},
457-
456+
458457
{
459458
Config: providerConfig + `
460459
resource "segment_function" "test" {
@@ -483,7 +482,6 @@ func TestAccFunctionResource_InsertSource(t *testing.T) {
483482
resource.TestCheckResourceAttr("segment_function.test", "settings.0.sensitive", "true"),
484483
),
485484
},
486-
487485
},
488486
})
489487
}

0 commit comments

Comments
 (0)