Skip to content

Commit

Permalink
add callout of settings at beginning of test
Browse files Browse the repository at this point in the history
- to ensure that settings is present despite how test.config may change.
- change fcnt of second replay to make debugging easier
  • Loading branch information
michaeldjeffrey committed Aug 22, 2023
1 parent fe4a744 commit 29a8192
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/router_device_worker_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1339,6 +1339,9 @@ replay_uplink_far_in_the_past_test(Config) ->
hotspot_name := HotspotName
} = test_utils:join_device(Config),

%% Callout this setting
ok = application:set_env(router, charge_late_packets, true),

%% Check that device is in cache now
{ok, DB, CF} = router_db:get_devices(),
WorkerID = router_devices_sup:id(?CONSOLE_DEVICE_ID),
Expand Down

0 comments on commit 29a8192

Please sign in to comment.