Skip to content

Commit

Permalink
packs/reco: fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Gal Nakash <[email protected]>
  • Loading branch information
GalNakash-RecoLabs committed Aug 21, 2023
1 parent 1646149 commit 52f7274
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -791,8 +791,8 @@ def test_list_labels(self, mocker_http_request, gsuite_client):

result = get_labels_command(gsuite_client, {})

assert 'GoogleDrive.Drive' in result.outputs
assert len(result.outputs['GoogleDrive.Drive']['DriveLabels']) == 1
assert 'GoogleDrive.Labels' in result.outputs
assert len(result.outputs['GoogleDrive.Labels']['labels']) == 2

@patch(MOCKER_HTTP_METHOD)
def test_modify_labels_command(self, mocker_http_request, gsuite_client):
Expand Down

0 comments on commit 52f7274

Please sign in to comment.