fix: magic

- also swap assert description for stream download test
This commit is contained in:
Peter Šurda 2021-02-26 21:43:48 +01:00
parent 738ff4c5a1
commit c14ed9eb77
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
2 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@ addons:
- qemu-utils
- parted
- jq
- libmagic-mgc
script:
- ./test.sh

View File

@ -5,7 +5,7 @@ function test_stream()
local mimetype
get_streams
mimetype="$(file -b --mime-type "$streams")"
assertEquals "$mimetype" "application/json"
assertEquals "application/json" "$mimetype"
cleanup_temp
}