Skip to content

Commit 11ba2f3

Browse files
committed
update extractRequestParams basic test snapshot
1 parent a0205f6 commit 11ba2f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/spec/extractRequestParams/__snapshots__/basic.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ export class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDa
495495
},
496496
Error
497497
>({
498-
path: `/i_key/${iPk}`,
498+
path: \`/i_key/\${iPk}\`,
499499
method: "GET",
500500
format: "json",
501501
...params,
@@ -516,7 +516,7 @@ export class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDa
516516
},
517517
Error
518518
>({
519-
path: `/i_key/underlines/${iUk}`,
519+
path: \`/i_key/underlines/\${iUk}\`,
520520
method: "GET",
521521
format: "json",
522522
...params,

0 commit comments

Comments
 (0)