@@ -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