Skip to content

Commit d484266

Browse files
bouwkastandrewlock
authored andcommitted
Attempt to fix failing Linux tests
1 parent ee983b1 commit d484266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/test/Datadog.Trace.Tests/FrameworkDescriptionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void Linux_GivesExpectedValues()
4949
var expectedOs = (EnvironmentHelper.IsAlpine(), RuntimeInformation.OSArchitecture) switch
5050
{
5151
(true, Architecture.Arm64) => "Alpine Linux v3.18",
52-
(true, Architecture.X64) => "Alpine Linux v3.14",
52+
(true, Architecture.X64) => "Alpine Linux v3.17",
5353
_ => "Debian GNU/Linux 10 (buster)",
5454
};
5555

0 commit comments

Comments
 (0)