Skip to content

Commit

Permalink
test(bosh_update-config): fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Nov 18, 2024
1 parent 4df19d3 commit 66f8b5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spec/tasks/bosh_update_config/cloud_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
context 'Pre-requisite' do
let(:task) { YAML.load_file 'concourse/tasks/bosh_update_config/task.yml' }

it 'uses alphagov bosh-cli-v2 image' do
it 'uses bosh-cli-v2 image' do
docker_image_used = task['image_resource']['source']['repository'].to_s
expect(docker_image_used).to match('elpaasoci/bosh-cli-v2')
end
Expand Down
2 changes: 1 addition & 1 deletion spec/tasks/bosh_update_config/cpi_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
context 'Pre-requisite' do
let(:task) { YAML.load_file 'concourse/tasks/bosh_update_config/task.yml' }

it 'uses alphagov bosh-cli-v2 image' do
it 'uses bosh-cli-v2 image' do
docker_image_used = task['image_resource']['source']['repository'].to_s
expect(docker_image_used).to match('elpaasoci/bosh-cli-v2')
end
Expand Down
2 changes: 1 addition & 1 deletion spec/tasks/bosh_update_config/runtime_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
context 'Pre-requisite' do
let(:task) { YAML.load_file 'concourse/tasks/bosh_update_config/task.yml' }

it 'uses alphagov bosh-cli-v2 image' do
it 'uses bosh-cli-v2 image' do
docker_image_used = task['image_resource']['source']['repository'].to_s
expect(docker_image_used).to match('elpaasoci/bosh-cli-v2')
end
Expand Down
2 changes: 1 addition & 1 deletion spec/tasks/execute_deploy_script/task_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
context 'when pre-requisites are valid' do
let(:task) { YAML.load_file 'concourse/tasks/execute_deploy_script.yml' }

it 'uses alphagov bosh-cli-v2 image' do
it 'uses bosh-cli-v2 image' do
docker_image_used = task['image_resource']['source']['repository'].to_s
expect(docker_image_used).to match(TaskSpecHelper.bosh_cli_v2_image)
end
Expand Down

0 comments on commit 66f8b5e

Please sign in to comment.