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 4ba6465 commit a269940Copy full SHA for a269940
src/Tests/Tests/XPack/License/StartTrialLicense/StartTrialLicenseApiTests.cs
@@ -33,7 +33,6 @@ protected override LazyResponses ClientUsage() => Calls(
33
34
protected override void ExpectResponse(IStartTrialLicenseResponse response)
35
{
36
- response.ShouldNotBeValid();
37
response.TrialWasStarted.Should().BeFalse();
38
if (!BootstrappedWithLicense)
39
0 commit comments