Skip to content

Commit 8134e90

Browse files
committed
source-test: set ResourcePathPointers in spec response
1 parent 8251350 commit 8134e90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source-test/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ func (connector) Spec(context.Context, *pc.Request_Spec) (*pc.Response_Spec, err
143143
"refresh_token": json.RawMessage(`"/refresh_token"`),
144144
},
145145
},
146+
ResourcePathPointers: []string{"/stream"},
146147
}, nil
147148
}
148149

0 commit comments

Comments
 (0)