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 ace3beb commit 253b59bCopy full SHA for 253b59b
Tests/PoshServiceNow.Tests.ps1
@@ -1,8 +1,3 @@
1
-<#
2
-$moduleRoot = Split-Path -Parent $MyInvocation.MyCommand.Path
3
-$ModuleName = "PoshServiceNow"
4
-#>
5
-
6
$projectRoot = Resolve-Path "$PSScriptRoot\.."
7
$moduleRoot = Split-Path (Resolve-Path "$projectRoot\*\*.psd1")
8
$moduleName = Split-Path $moduleRoot -Leaf
@@ -61,8 +56,7 @@ Describe "ServiceNow-Module" {
61
56
-Comment "Comment" -ConfigurationItem $defaults.TestConfigurationItem `
62
57
-Caller $defaults.TestUser
63
58
64
- # $TestTicket.short_description | Should be "Testing with Pester"
65
- "Testing with Pester" | Should be "Testing with Pester"
59
+ $TestTicket.short_description | Should be "Testing with Pester"
66
60
}
67
68
It "Get-ServiceNowTable works" {
0 commit comments