Skip to content

Commit c412186

Browse files
committed
Update tests
1 parent 036059a commit c412186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/MonkeyWebRequestsAPI.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Describe 'Star Wars' {
99
Import-Module $MyModule -Force
1010
}
1111
It 'Get Han Solo height' {
12-
Invoke-MonkeyWebRequest -url "https://swapi.dev/api/people/14" | Select-Object -ExpandProperty height | Should -Be '180'
12+
Invoke-MonkeyWebRequest -url "https://swapi.info/api/people/14" | Select-Object -ExpandProperty height | Should -Be '180'
1313
}
1414

1515
It 'Han Solo is Id = 14' {
16-
$Han = Invoke-MonkeyWebRequest -url "https://swapi.dev/api/people/14"
16+
$Han = Invoke-MonkeyWebRequest -url "https://swapi.info/api/people/14"
1717
$Han.name | Should -Be 'Han Solo'
1818
}
1919
}

0 commit comments

Comments
 (0)