We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wer're only validating the status currently because the output and fixture formatting are not matching.
Intended test was:
@test "batch-change-create" { run $ew batch-change-create \ --json "$(cat tests/fixtures/batch_change_create_json)" fixture="$(cat tests/fixtures/batch_change_create)" [ "$status" -eq 0 ] [ "${output}" = "${fixture}" ] }
The most recent iteration of the the batch_change_create fixture I made was:
batch_change_create
+--------------------+-------------------------------+ | ID | +--------------------+-------------------------------+ | UserName | +--------------------+-------------------------------+ | UserID | +--------------------+-------------------------------+ | Status | PendingProcessing | +--------------------+-------------------------------+ | Comments | request on behalf of someone. | +--------------------+-------------------------------+ | Changes | | | | | | | | | | | | | | | | | | | +--------------------+-------------------------------+ | CreatedTimestamp | +--------------------+-------------------------------+ | OwnerGroupID | +--------------------+-------------------------------+ | ApprovalStatus | AutoApproved | +--------------------+-------------------------------+ | ReviewerID | | +--------------------+-------------------------------+ | ReviewerUserName | | +--------------------+-------------------------------+ | ReviewerTimestamp | | +--------------------+-------------------------------+ | ReviewComment | | +--------------------+-------------------------------+ | ScheduledTime | | +--------------------+-------------------------------+ | CancelledTimestamp | | +--------------------+-------------------------------+
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Wer're only validating the status currently because the output and fixture formatting are not matching.
Intended test was:
The most recent iteration of the the
batch_change_create
fixture I made was:The text was updated successfully, but these errors were encountered: