Skip to content

Commit

Permalink
[Communication] - SMS - Re-enabling Unauthorized Number SMS Test (#20642
Browse files Browse the repository at this point in the history
)

* Re-enabling Unauthorized Number SMS Test

* Update recordings

Co-authored-by: Minnie Liu <peiliu@microsoft.com>
  • Loading branch information
minnieliu and Minnie Liu authored Apr 29, 2021
1 parent c099967 commit 1b559a9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 24 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ public async Task SendingSmsMessageFromUnauthorizedNumber()
catch (RequestFailedException ex)
{
Assert.IsNotEmpty(ex.Message);
// TODO: re-enable this when service change is made
// Assert.True(ex.Message.Contains("401"));
Assert.True(ex.Message.Contains("401"));
Console.WriteLine(ex.Message);
}
catch (Exception ex)
Expand Down

0 comments on commit 1b559a9

Please sign in to comment.