Skip to content

Commit

Permalink
Fix test for new RHCloud API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapaioa committed Feb 15, 2025
1 parent e17d665 commit 2b9eaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -2223,7 +2223,7 @@ def setUpClass(cls):
'post',
{'organization_id': 1, 'location_id': 2},
),
(entities.RHCloud().advisor_engine_config, 'get', {}),
(entities.RHCloud(**plain_taxonomy).advisor_engine_config, 'get', {}),
(entities.Snapshot(**snapshot).revert, 'put', {}),
)

Expand Down

0 comments on commit 2b9eaa3

Please sign in to comment.