Skip to content

Commit 30cf65f

Browse files
committed
fixup: fix test
1 parent 6a4d4ae commit 30cf65f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/state_mediator/config/test.exs

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ config :state_mediator, State.FakeModuleB, source: {:system, "FAKE_VAR_B", "defa
66

77
config :state_mediator, State.FakeModuleC, source: "default_c"
88

9+
config :state_mediator, :commuter_rail_crowding,
10+
enabled: "true",
11+
s3_bucket: "mbta-gtfs-commuter-rail-prod",
12+
s3_object: "crowding-trends.json",
13+
source: "s3"
14+
915
# Record the original working directory so that when it changes during the
1016
# test run, we can still find the MBTA_GTFS_FILE.
1117
config :state_mediator, :cwd, File.cwd!()

0 commit comments

Comments
 (0)