From 8bba476790b77978de03cde6c3c4f05f56877f32 Mon Sep 17 00:00:00 2001 From: Doug Boulware Date: Fri, 22 Mar 2024 16:09:34 -0600 Subject: [PATCH] Update cal update test to use an original cal date in the past. --- scos_actions/calibration/tests/test_sensor_calibration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scos_actions/calibration/tests/test_sensor_calibration.py b/scos_actions/calibration/tests/test_sensor_calibration.py index 664c42c5..fc9ed010 100644 --- a/scos_actions/calibration/tests/test_sensor_calibration.py +++ b/scos_actions/calibration/tests/test_sensor_calibration.py @@ -305,7 +305,7 @@ def test_sf_no_interpolation_points(self): break def test_update(self): - calibration_datetime = get_datetime_str_now() + calibration_datetime = "2024-03-17T19:16:55.172Z" calibration_params = ["sample_rate", "frequency"] calibration_data = {100.0: {200.0: {"noise_figure": 0, "gain": 0}}} test_cal_path = Path("test_calibration.json")