William Cheng 372894dd1d
Add powershell echo test, rename api key names (#17043)
* add powershell echo test, rename api key names

* update
2023-11-13 00:09:46 +08:00

19 lines
503 B
PowerShell

#
# Echo Server API
# Echo Server API
# Version: 0.1.0
# Contact: team@openapitools.org
# Generated by OpenAPI Generator: https://openapi-generator.tech
#
Describe -tag 'PSOpenAPITools' -name 'Query' {
Context 'Query' {
It 'Initialize-Query' {
# a simple test to create an object
#$NewObject = Initialize-Query -Id "TEST_VALUE" -Outcomes "TEST_VALUE"
#$NewObject | Should -BeOfType Query
#$NewObject.property | Should -Be 0
}
}
}