Skip to content

Commit 2b9eaa3

Browse files
committed
Fix test for new RHCloud API endpoint
1 parent e17d665 commit 2b9eaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_entities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@ def setUpClass(cls):
22232223
'post',
22242224
{'organization_id': 1, 'location_id': 2},
22252225
),
2226-
(entities.RHCloud().advisor_engine_config, 'get', {}),
2226+
(entities.RHCloud(**plain_taxonomy).advisor_engine_config, 'get', {}),
22272227
(entities.Snapshot(**snapshot).revert, 'put', {}),
22282228
)
22292229

0 commit comments

Comments
 (0)