Skip to content

Commit

Permalink
issue-644: specs: Removed TODO comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin-W committed Dec 10, 2021
1 parent 874d7e4 commit f188d09
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/bosh_azure_cpi/spec/unit/vm_manager/delete_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@
let(:storage_account_name) { 'fake-storage-account-name' }
let(:vm_name) { 'fake-vm-name' }
let(:availability_set_name) { SecureRandom.uuid.to_s }
# TODO: issue-644: multi-AGW: add unit tests for multi-AGWs
# TODO: issue-644: multi-BEPool-AGW: add unit tests for multi-pool AGWs
let(:appgw_name) { 'fake-ag-name' }
let(:appgw_backend_pool_ip) { 'fake-private-ip' }

let(:load_balancer) { double('load_balancer') }
# TODO: issue-644: multi-AGW: add unit tests for multi-AGWs
# TODO: issue-644: multi-BEPool-AGW: add unit tests for multi-pool AGWs
let(:application_gateway) { double('application_gateway') }
let(:network_interface) do
{
Expand Down Expand Up @@ -61,8 +57,6 @@
allow(azure_client).to receive(:get_load_balancer_by_name)
.with(resource_group_name, vm_name)
.and_return(load_balancer)
# TODO: issue-644: multi-AGW: add unit tests for multi-AGWs
# TODO: issue-644: multi-BEPool-AGW: add unit tests for multi-pool AGWs
allow(azure_client).to receive(:get_application_gateway_by_name)
.with(nil, vm_name)
.and_return(application_gateway)
Expand Down

0 comments on commit f188d09

Please sign in to comment.