Skip to content

Commit 055bcdf

Browse files
committed
Lint running
1 parent 2cae7ba commit 055bcdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/provider/function_resource_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ func TestAccFunctionResource_InsertSource(t *testing.T) {
289289
"function": {
290290
"id": "my-function-id",
291291
"workspaceId": "my-workspace-id",
292-
"displayName": "My test function (my-workspace)",
292+
"displayName": "My test function",
293293
"description": "My function description",
294294
"logoUrl": "https://segment.com/cool-logo.png",
295295
"code": "// My test code!",
@@ -320,7 +320,7 @@ func TestAccFunctionResource_InsertSource(t *testing.T) {
320320
"function": {
321321
"id": "my-function-id",
322322
"workspaceId": "my-workspace-id",
323-
"displayName": "My new test function (my-workspace)",
323+
"displayName": "My new test function",
324324
"description": "My new function description",
325325
"logoUrl": "https://segment.com/cool-other-logo.png",
326326
"code": "// My new test code!",
@@ -351,7 +351,7 @@ func TestAccFunctionResource_InsertSource(t *testing.T) {
351351
"function": {
352352
"id": "my-function-id",
353353
"workspaceId": "my-workspace-id",
354-
"displayName": "My test function (my-workspace)",
354+
"displayName": "My test function",
355355
"description": "My function description",
356356
"logoUrl": "https://segment.com/cool-logo.png",
357357
"code": "// My test code!",
@@ -380,7 +380,7 @@ func TestAccFunctionResource_InsertSource(t *testing.T) {
380380
"function": {
381381
"id": "my-function-id",
382382
"workspaceId": "my-workspace-id",
383-
"displayName": "My new test function (my-workspace)",
383+
"displayName": "My new test function",
384384
"description": "My new function description",
385385
"logoUrl": "https://segment.com/cool-other-logo.png",
386386
"code": "// My new test code!",

0 commit comments

Comments
 (0)