File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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)", // Segment appends workspace
292
+ "displayName": "My test function (my-workspace)",
293
293
"description": "My function description",
294
294
"logoUrl": "https://segment.com/cool-logo.png",
295
295
"code": "// My test code!",
@@ -342,7 +342,7 @@ func TestAccFunctionResource_InsertSource(t *testing.T) {
342
342
}
343
343
}
344
344
}` ))
345
- // ── READ (initial + after update) ─────────────────────────────────
345
+
346
346
case req .URL .Path == "/functions/my-function-id" && req .Method == http .MethodGet :
347
347
if updated == 0 {
348
348
_ , _ = w .Write ([]byte (`
You can’t perform that action at this time.
0 commit comments