diff --git a/spec/integration/apply_spec.rb b/spec/integration/apply_spec.rb index 04a30c4f9..e067aa710 100644 --- a/spec/integration/apply_spec.rb +++ b/spec/integration/apply_spec.rb @@ -394,7 +394,7 @@ 'plugin' => 'task', 'task' => 'puppet_agent::install', 'parameters' => { - 'version' => '7.0.0' + 'version' => '8.0.0' } } } @@ -418,7 +418,7 @@ result = results['items'] expect(result.count).to eq(1) expect(result[0]).to include('status' => 'success') - expect(result[0]['value']['version']).to match(/^7\.0/) + expect(result[0]['value']['version']).to match(/^8\.0/) end end end