Actions
Bug #15045
closedIn rtf when a cli request fails we do not have access to its stdout
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
I assume that this is due to serverspec tests order:
its(:exit_status) { should eq 0 }
its(:stdout) { should match /^"[0-9a-f\-]+"$/ }
We should reverse the order to have the stdout since exit code doesn't give us much informations.
Actions