Skip to content

Commit 7941c72

Browse files
feat(api): update via SDK Studio
1 parent 470093a commit 7941c72

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 10
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-ffefc234d11c041cadab66fa6e7c379cebbd9422d38f2b1b1019e425ae19bbd8.yml
3-
openapi_spec_hash: aa04a371ff95b44847450d657ad0a920
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-3edc7a0eef4a0d4495782efbdb0d9b777a55aee058dab119f90de56019441326.yml
3+
openapi_spec_hash: dff0b1efa1c1614cf770ed8327cefab2
44
config_hash: f33cc77a9c01e879ad127194c897a988

appinvocation_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func TestAppInvocationGet(t *testing.T) {
5454
option.WithBaseURL(baseURL),
5555
option.WithAPIKey("My API Key"),
5656
)
57-
_, err := client.Apps.Invocations.Get(context.TODO(), "ckqwer3o20000jb9s7abcdef")
57+
_, err := client.Apps.Invocations.Get(context.TODO(), "rr33xuugxj9h0bkf1rdt2bet")
5858
if err != nil {
5959
var apierr *kernel.Error
6060
if errors.As(err, &apierr) {

browser_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ func TestBrowserNewWithOptionalParams(t *testing.T) {
2727
option.WithAPIKey("My API Key"),
2828
)
2929
_, err := client.Browsers.New(context.TODO(), kernel.BrowserNewParams{
30-
InvocationID: "ckqwer3o20000jb9s7abcdef",
30+
InvocationID: "rr33xuugxj9h0bkf1rdt2bet",
3131
Persistence: kernel.BrowserPersistenceParam{
32-
ID: "my-shared-browser",
32+
ID: "my-awesome-browser-for-user-1234",
3333
},
3434
})
3535
if err != nil {
@@ -54,7 +54,7 @@ func TestBrowserGet(t *testing.T) {
5454
option.WithBaseURL(baseURL),
5555
option.WithAPIKey("My API Key"),
5656
)
57-
_, err := client.Browsers.Get(context.TODO(), "e5bf36fe-9247-4e2b-8b5a-2f594cc1c073")
57+
_, err := client.Browsers.Get(context.TODO(), "htzv5orfit78e1m2biiifpbv")
5858
if err != nil {
5959
var apierr *kernel.Error
6060
if errors.As(err, &apierr) {
@@ -125,7 +125,7 @@ func TestBrowserDeleteByID(t *testing.T) {
125125
option.WithBaseURL(baseURL),
126126
option.WithAPIKey("My API Key"),
127127
)
128-
err := client.Browsers.DeleteByID(context.TODO(), "e5bf36fe-9247-4e2b-8b5a-2f594cc1c073")
128+
err := client.Browsers.DeleteByID(context.TODO(), "htzv5orfit78e1m2biiifpbv")
129129
if err != nil {
130130
var apierr *kernel.Error
131131
if errors.As(err, &apierr) {

0 commit comments

Comments
 (0)