Skip to content

Commit a269940

Browse files
committed
StartTrialLicense API test Response should not test isvalid, the base class already does this
1 parent 4ba6465 commit a269940

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tests/Tests/XPack/License/StartTrialLicense/StartTrialLicenseApiTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ protected override LazyResponses ClientUsage() => Calls(
3333

3434
protected override void ExpectResponse(IStartTrialLicenseResponse response)
3535
{
36-
response.ShouldNotBeValid();
3736
response.TrialWasStarted.Should().BeFalse();
3837
if (!BootstrappedWithLicense)
3938
{

0 commit comments

Comments
 (0)