@@ -289,7 +289,7 @@ func TestAccFunctionResource_InsertSource(t *testing.T) {
289
289
"function": {
290
290
"id": "my-function-id",
291
291
"workspaceId": "my-workspace-id",
292
- "displayName": "My test function (my-workspace) ",
292
+ "displayName": "My test function",
293
293
"description": "My function description",
294
294
"logoUrl": "https://segment.com/cool-logo.png",
295
295
"code": "// My test code!",
@@ -320,7 +320,7 @@ func TestAccFunctionResource_InsertSource(t *testing.T) {
320
320
"function": {
321
321
"id": "my-function-id",
322
322
"workspaceId": "my-workspace-id",
323
- "displayName": "My new test function (my-workspace) ",
323
+ "displayName": "My new test function",
324
324
"description": "My new function description",
325
325
"logoUrl": "https://segment.com/cool-other-logo.png",
326
326
"code": "// My new test code!",
@@ -351,7 +351,7 @@ func TestAccFunctionResource_InsertSource(t *testing.T) {
351
351
"function": {
352
352
"id": "my-function-id",
353
353
"workspaceId": "my-workspace-id",
354
- "displayName": "My test function (my-workspace) ",
354
+ "displayName": "My test function",
355
355
"description": "My function description",
356
356
"logoUrl": "https://segment.com/cool-logo.png",
357
357
"code": "// My test code!",
@@ -380,7 +380,7 @@ func TestAccFunctionResource_InsertSource(t *testing.T) {
380
380
"function": {
381
381
"id": "my-function-id",
382
382
"workspaceId": "my-workspace-id",
383
- "displayName": "My new test function (my-workspace) ",
383
+ "displayName": "My new test function",
384
384
"description": "My new function description",
385
385
"logoUrl": "https://segment.com/cool-other-logo.png",
386
386
"code": "// My new test code!",
0 commit comments