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 6a0c07f commit 92ad945Copy full SHA for 92ad945
PSDevOps.tests.ps1
@@ -340,7 +340,7 @@ describe 'Calling REST APIs' {
340
}
341
it 'Can get build definitions' {
342
$buildDefinitions = @(Get-ADOBuild -Organization StartAutomating -Project PSDevOps -Definition)
343
- $buildDefinitions.Count | should -BeGreaterThan 1
+ $buildDefinitions.Count | should -BeGreaterThan 0
344
$buildDefinitions[0].Name |should -beLike *PSDevOps*
345
346
it 'Can get build -DefinitionYAML, given a build definition' -Skip:$IsFork {
0 commit comments