Skip to content

Commit f627c04

Browse files
committed
feat(dart): fix templating
1 parent 51549a1 commit f627c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/dart/tests/requests/requests.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void main() {
1919
{{/hasRegionalHost}}
2020
options: ClientOptions(requester: requester),
2121
),
22-
call: (client) => {{> method}},
22+
call: (client) => {{> tests/method}},
2323
intercept: (request) {
2424
{{#request}}
2525
expectPath(request.path, '{{{path}}}');

0 commit comments

Comments
 (0)