mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
14 lines
484 B
Diff
14 lines
484 B
Diff
|
diff --git a/config/config_test.go b/config/config_test.go
|
||
|
index 9f63a7e..7e790b8 100644
|
||
|
--- a/config/config_test.go
|
||
|
+++ b/config/config_test.go
|
||
|
@@ -110,7 +110,7 @@ func TestInitEmptyConfig(t *testing.T) {
|
||
|
Subsonic: Subsonic{},
|
||
|
Player: Player{
|
||
|
Server: "jellyfin",
|
||
|
- LogFile: "/tmp/jellycli.log",
|
||
|
+ LogFile: "/build/jellycli.log",
|
||
|
LogLevel: "info",
|
||
|
AudioBufferingMs: 150,
|
||
|
HttpBufferingS: 5,
|