We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b07d9 commit 1c5a88bCopy full SHA for 1c5a88b
config/test.exs
@@ -4,7 +4,7 @@ config :recording_converter,
4
bucket_name: "bucket",
5
report_path: "test_path/report.json",
6
output_dir_path: "output/",
7
- compositor_path: nil,
+ compositor_path: System.get_env("COMPOSITOR_PATH"),
8
terminator: RecordingConverter.TerminatorMock
9
10
config :ex_aws,
0 commit comments