Skip to content

Commit

Permalink
Update specs to look for CloudManager::AuthKeyPair
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Apr 12, 2019
1 parent bf7e8c4 commit 1451ceb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def table_counts_from_api

def assert_table_counts(expected_table_counts)
actual = {
:auth_private_key => AuthPrivateKey.count,
:auth_private_key => ManageIQ::Providers::CloudManager::AuthKeyPair.count,
:cloud_volume => CloudVolume.count,
:cloud_volume_backup => CloudVolumeBackup.count,
:cloud_volume_snapshot => CloudVolumeSnapshot.count,
Expand Down

0 comments on commit 1451ceb

Please sign in to comment.