Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
using full name in test
  • Loading branch information
wing328 committed Apr 3, 2020
commit a08b1626bbca4935ec5afb9ad932dce09efecf4a
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Describe -tag 'PSOpenAPITools' -name 'Integration Tests' {
$Result = Update-PSPet -Pet $NewPet
$Result = Get-PSPetById -petId $Id -WithHttpInfo
$Result.GetType().fullname | Should Be "System.Collections.Hashtable"
$Result["Response"].GetType() | Should Be "PSCustomObject"
$Result["Response"].GetType().fullanme | Should Be "System.Management.Automation.PSCustomObject"
$Result["Response"]."id" | Should Be 38369
$Result["Response"]."name" | Should Be "PowerShell2"
$Result["Response"]."status" | Should Be "Sold"
Expand Down