fix: magic
- also swap assert description for stream download test
This commit is contained in:
parent
738ff4c5a1
commit
c14ed9eb77
|
@ -5,5 +5,6 @@ addons:
|
||||||
- qemu-utils
|
- qemu-utils
|
||||||
- parted
|
- parted
|
||||||
- jq
|
- jq
|
||||||
|
- libmagic-mgc
|
||||||
script:
|
script:
|
||||||
- ./test.sh
|
- ./test.sh
|
||||||
|
|
|
@ -5,7 +5,7 @@ function test_stream()
|
||||||
local mimetype
|
local mimetype
|
||||||
get_streams
|
get_streams
|
||||||
mimetype="$(file -b --mime-type "$streams")"
|
mimetype="$(file -b --mime-type "$streams")"
|
||||||
assertEquals "$mimetype" "application/json"
|
assertEquals "application/json" "$mimetype"
|
||||||
cleanup_temp
|
cleanup_temp
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user