test/py: test_fs: remove fs_type argument from umount_fs()
authorAkashi Takahiro <takahiro.akashi@linaro.org>
Thu, 27 Sep 2018 07:07:22 +0000 (16:07 +0900)
committerTom Rini <trini@konsulko.com>
Sat, 6 Oct 2018 13:04:18 +0000 (09:04 -0400)
commite4040df555d92290262946100f963fa54caddcae
tree75fb1e3b84c047d4ed052f2c6be4fd4daa5501a3
parentdddea0d0d72e45f60fadddd45e22e30065bd010f
test/py: test_fs: remove fs_type argument from umount_fs()

Since there is no use of fs_type in umount_fs(), just remove it.

Signed-off-by: Akashi Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_fs/conftest.py