Skip to content

Commit 01d102d

Browse files
committed
try more current openvox-agent release for apply_prep spec
1 parent f309cd2 commit 01d102d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/integration/apply_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
'plugin' => 'task',
397397
'task' => 'openvox_bootstrap::install',
398398
'parameters' => {
399-
'version' => '7.0.0'
399+
'version' => '8.19.1'
400400
}
401401
}
402402
}
@@ -420,7 +420,7 @@
420420
result = results['items']
421421
expect(result.count).to eq(1)
422422
expect(result[0]).to include('status' => 'success')
423-
expect(result[0]['value']['version']).to match(/^7\.0/)
423+
expect(result[0]['value']['version']).to match(/^8\.19/)
424424
end
425425
end
426426
end

0 commit comments

Comments
 (0)