Update a test related to default values

pull/996/head
Rick Carlino 2018-09-25 15:57:44 -05:00
parent 5f64977d73
commit 00c0649f52
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ describe Api::FbosConfigsController do
network_not_found_timer: nil,
os_auto_update: true,
firmware_hardware: "arduino",
api_migrated: false
api_migrated: true
}.to_a.map do |key, value|
actual = json[key]
expected = value