From 481ea8a7994b429cad472ded230ddbd5fd304914 Mon Sep 17 00:00:00 2001 From: Anton Zabolotnikov Date: Mon, 3 Feb 2025 19:46:01 +0500 Subject: [PATCH] fix: export mode in tests ref: https://github.com/RonasIT/laravel-media/issues/18 --- .env.testing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.testing b/.env.testing index b0c6230..ba91b5b 100644 --- a/.env.testing +++ b/.env.testing @@ -1 +1 @@ -FAIL_EXPORT_JSON=false \ No newline at end of file +FAIL_EXPORT_JSON=true \ No newline at end of file