Skip to content

Commit 8364381

Browse files
committed
up
1 parent 2ca3f79 commit 8364381

File tree

1 file changed

+1
-1
lines changed
  • clash-lib/src/proxy/tuic

1 file changed

+1
-1
lines changed

clash-lib/src/proxy/tuic/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ mod tests {
389389
DockerTestRunnerBuilder::new()
390390
.image(IMAGE_TUIC)
391391
.mounts(&[
392-
(conf.to_str().unwrap(), "/etc/tuic/config.toml"),
392+
(conf.to_str().unwrap(), "/etc/tuic/config.json"),
393393
(cert.to_str().unwrap(), "/opt/tuic/fullchain.pem"),
394394
(key.to_str().unwrap(), "/opt/tuic/privkey.pem"),
395395
])

0 commit comments

Comments
 (0)