forked from loafle/openapi-generator-original
19 lines
442 B
PowerShell
19 lines
442 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 'AuthApi' {
|
|
Context 'Test-AuthHttpBasic' {
|
|
It 'Test Test-AuthHttpBasic' {
|
|
#$TestResult = Test-AuthHttpBasic
|
|
#$TestResult | Should -BeOfType TODO
|
|
#$TestResult.property | Should -Be 0
|
|
}
|
|
}
|
|
|
|
}
|