Skip to content

Commit

Permalink
Communication chat test scenario remove participant - updated the err…
Browse files Browse the repository at this point in the history
…or code in comment (#7728)

* Communication chat test scenarion remove participant - updated the error code in comment

* Communication - updated version and history files

* Revert "Communication - updated version and history files"

This reverts commit 64e4775.
  • Loading branch information
v-vprasannak committed Jul 1, 2024
1 parent 495dd76 commit 78867bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def test_chat_remove_participants(self, communication_resource_info):
self.cmd('az communication chat participant remove --thread {thread_id} --user {user_id} --yes')

# assert 'The initiator doesn\'t have the permission to perform the requested operation.' in str(raises.exception)
# For now rest endpoint returns a 500 error, so we are checking for that
# For now rest endpoint returns a 403 error, so we are checking for that
assert 'Operation returned an invalid status \'Forbidden\'' in str(raises.exception)


Expand Down

0 comments on commit 78867bf

Please sign in to comment.