Skip to content

Commit 2cc918d

Browse files
committed
RUST-1663: Trailing slash would help
1 parent a735db4 commit 2cc918d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/spec/oidc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ macro_rules! mongodb_uri_multi {
4343

4444
macro_rules! token_dir {
4545
( $path: literal ) => {
46-
concat!("/tmp/tokens", $path)
46+
concat!("/tmp/tokens/", $path)
4747
};
4848
}
4949

0 commit comments

Comments
 (0)