Skip to content

Commit cdad55a

Browse files
committed
chore: fix failing tests
1 parent 7144fd3 commit cdad55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/generator/json/http_directive_generator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ mod test {
211211
]
212212
.into_iter()
213213
.collect::<HashMap<_, _>>();
214-
assert_eq!("/foo/{{.args.p2}}/bar/{{.args.p1}}", http.path);
214+
assert_eq!("/foo/{{.args.GEN__2}}/bar/{{.args.GEN__1}}", http.path);
215215
assert_eq!(test_args, args);
216216
}
217217
}

0 commit comments

Comments
 (0)