Skip to content

Commit 7cb361f

Browse files
committed
fix(api): correct type name in playwright test
1 parent 2acc2b4 commit 7cb361f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/cmd/api/api/playwright_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func TestExecutePlaywrightRequest_Validation(t *testing.T) {
3232

3333
for _, tt := range tests {
3434
t.Run(tt.name, func(t *testing.T) {
35-
body := &oapi.ExecutePlaywrightCodeRequest{
35+
body := &oapi.ExecutePlaywrightRequest{
3636
Code: tt.code,
3737
}
3838
resp, err := svc.ExecutePlaywrightCode(ctx, oapi.ExecutePlaywrightCodeRequestObject{Body: body})

0 commit comments

Comments
 (0)