We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2582d0 commit d0a8313Copy full SHA for d0a8313
DiscordBotTests/ServiceTests/Watch2GetherServiceTests.cs
@@ -38,7 +38,7 @@ public async Task CreateRoom_WithSuccessfulRequest_ReturnsSuccessAndRoomUrl()
38
const string videoUrl = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
39
const string streamKey = "AbCdEfGhIjKlMnOpQrStUvWxYz";
40
var jsonResponse = JsonConvert.SerializeObject(new { streamkey = streamKey });
41
- static readonly string expectedRoomUrl = $"https://w2g.tv/rooms/{streamKey}";
+ const string expectedRoomUrl = $"https://w2g.tv/rooms/{streamKey}";
42
43
_mockHttpService.Setup(x => x.GetResponseFromUrl(
44
It.IsAny<string>(),
0 commit comments