mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-07 14:11:52 +00:00
The update/update-json.bats functional test is giving a false positive since one hardcoded value (time) was taking longer to run, than in a local environment. This commit fixes the issue by using a regex to accept any time value. Signed-off-by: Castulo Martinez <castulo.martinez@intel.com>