Skip to content

Commit

Permalink
fixup: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiejd committed Mar 5, 2025
1 parent 6a4d4ae commit 30cf65f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/state_mediator/config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ config :state_mediator, State.FakeModuleB, source: {:system, "FAKE_VAR_B", "defa

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

config :state_mediator, :commuter_rail_crowding,
enabled: "true",
s3_bucket: "mbta-gtfs-commuter-rail-prod",
s3_object: "crowding-trends.json",
source: "s3"

# Record the original working directory so that when it changes during the
# test run, we can still find the MBTA_GTFS_FILE.
config :state_mediator, :cwd, File.cwd!()

0 comments on commit 30cf65f

Please sign in to comment.