Fix schema validation (#2666)

This commit is contained in:
Hare Sudhan
2024-01-20 15:44:16 -05:00
committed by GitHub
parent f6fc008a05
commit e742bcb626
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -57,5 +57,5 @@ atomic_tests:
$ftpUrl = "#{ftpServer}"
$creds = Get-Credential -Credential "#{credentials}"
Invoke-WebRequest -Uri $ftpUrl -Method Put -InFile "#{sampleFile}" -Credential $creds
cleanup_command: |
Remove-Item -Path "#{sampleFile}" -ErrorAction Ignore
cleanup_command: |
Remove-Item -Path "#{sampleFile}" -ErrorAction Ignore
+2 -3
View File
@@ -111,7 +111,6 @@ atomic_tests:
description: "Identify the system owner or current user using native Windows command prompt utilities."
supported_platforms:
- "windows"
auto_generated_guid: 35b88076-7edb-4eb5-bdc5-11ede7f45c6a
input_arguments:
output_file_path:
description: "Location of output file."
@@ -126,5 +125,5 @@ atomic_tests:
echo User Domain: %USERDOMAIN% >> %file%
net users >> %file%
query user >> %file%
cleanup_command: |
del #{output_file_path}\\user_info_*.tmp
cleanup_command: |
del #{output_file_path}\\user_info_*.tmp
+1
View File
@@ -21,6 +21,7 @@ properties:
$defs:
test:
type: object
additionalProperties: false
required:
- name
- description