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.
2 parents da9054e + f9127ee commit f74921cCopy full SHA for f74921c
src/Bandwidth.Standard.Test/Smoke/MediaIntegrationTests.cs
@@ -28,7 +28,7 @@ public MediaSmokeTests()
28
{
29
accountId = Environment.GetEnvironmentVariable("BW_ACCOUNT_ID");
30
testContentType = "image/jpeg";
31
- testMediaId = $"test-media-id-{Guid.NewGuid()}";
+ testMediaId = $"test-media-id-{Guid.NewGuid()}.jpg";
32
33
// Authorized API Client
34
fakeConfiguration = new Configuration();
0 commit comments