mirror of
https://github.com/zerotier/ratpack.git
synced 2026-05-22 16:27:23 -07:00
add more team members to the test :)
Signed-off-by: Erik Hollensbe <linux@hollensbe.org>
This commit is contained in:
+3
-1
@@ -146,7 +146,9 @@ mod tests {
|
||||
.await
|
||||
.is_err());
|
||||
|
||||
for name in vec!["erik", "adam", "sean", "travis", "joseph", "grant"] {
|
||||
for name in vec![
|
||||
"erik", "adam", "sean", "travis", "joseph", "grant", "joy", "steve", "marc",
|
||||
] {
|
||||
assert!(route
|
||||
.dispatch("/a/:name/c".to_string(), Request::default())
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user