Skip to content

Commit 41ee3b0

Browse files
committed
Test: test failure must upload results and report outcome Red
1 parent 910ceb9 commit 41ee3b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Discovery/test/Eureka.Test/PostConfigureEurekaInstanceOptionsTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ public async Task Applies_defaults_when_not_configured()
6161
instanceOptions.AutoScalingGroupName.Should().BeNull();
6262
instanceOptions.DataCenterInfo.Name.Should().Be(DataCenterName.MyOwn);
6363
instanceOptions.UseNetworkInterfaces.Should().BeFalse();
64+
65+
true.Should().BeFalse();
6466
}
6567

6668
[Fact]

0 commit comments

Comments
 (0)