Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider/zencoder: fix test to look at the message instead of error obj
The old approach will no longer work with Go 1.13+ (meaning it's broken on master today). Doing a reflect.DeepEqual in an error object is not the right thing to do with interfaces anyways.
- Loading branch information