Skip to content

Commit 74156f9

Browse files
authored
re-enable and re-record tests (Azure#15012)
1 parent cfa0c9d commit 74156f9

File tree

4 files changed

+21
-22
lines changed

4 files changed

+21
-22
lines changed

sdk/communication/communication-sms/recordings/browsers/smsclient_playbackrecord_when_sending_sms/recording_throws_an_exception_when_sending_from_a_number_you_dont_own.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-sms/recordings/node/smsclient_playbackrecord_aad_when_sending_sms/recording_throws_an_exception_when_sending_from_a_number_you_dont_own.js

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-sms/recordings/node/smsclient_playbackrecord_when_sending_sms/recording_throws_an_exception_when_sending_from_a_number_you_dont_own.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-sms/test/public/suites/smsClient.send.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ export default function testCases(): void {
101101
);
102102
assert.fail("Should have thrown an error");
103103
} catch (e) {
104-
// TODO: Re-enable this
105-
// assert.equal(e.statusCode, 401);
104+
assert.equal(e.statusCode, 401);
106105
}
107106
});
108107

0 commit comments

Comments
 (0)