Skip to content

Commit 1c5a88b

Browse files
committed
Modify test.exs
1 parent 17b07d9 commit 1c5a88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/test.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ config :recording_converter,
44
bucket_name: "bucket",
55
report_path: "test_path/report.json",
66
output_dir_path: "output/",
7-
compositor_path: nil,
7+
compositor_path: System.get_env("COMPOSITOR_PATH"),
88
terminator: RecordingConverter.TerminatorMock
99

1010
config :ex_aws,

0 commit comments

Comments
 (0)