Skip to content

Commit ec2abaf

Browse files
committed
try more current openvox-agent release for apply_prep spec
1 parent 6a79519 commit ec2abaf

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
@@ -393,7 +393,7 @@
393393
'plugin' => 'task',
394394
'task' => 'openvox_bootstrap::install',
395395
'parameters' => {
396-
'version' => '7.0.0'
396+
'version' => '8.19.1'
397397
}
398398
}
399399
}
@@ -417,7 +417,7 @@
417417
result = results['items']
418418
expect(result.count).to eq(1)
419419
expect(result[0]).to include('status' => 'success')
420-
expect(result[0]['value']['version']).to match(/^7\.0/)
420+
expect(result[0]['value']['version']).to match(/^8\.19/)
421421
end
422422
end
423423
end

0 commit comments

Comments
 (0)