Skip to content

Commit fb04383

Browse files
smw-msCopilot
andcommitted
Update tools/azsdk-cli/Azure.Sdk.Tools.Cli.Tests/Tools/SpecWorkFlowToolTests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 13a7715 commit fb04383

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tools/azsdk-cli/Azure.Sdk.Tools.Cli.Tests/Tools/SpecWorkFlowToolTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@ public async Task GenerateSdk_Uses_WorkItemApi()
209209
workItemId: 456
210210
);
211211

212-
213-
Assert.That(result.ToString(), Does.Contain("Azure DevOps pipeline https://dev.azure.com/azure-sdk/internal/_build/results?buildId=100 has been initiated to generate the SDK. Build ID is 100"));
212+
Assert.That(result, Does.Contain("Azure DevOps pipeline https://dev.azure.com/azure-sdk/internal/_build/results?buildId=100 has been initiated to generate the SDK. Build ID is 100"));
214213
}
215214

216215
[Test]

0 commit comments

Comments
 (0)