fix(iam): raise recursion limit for migration test (#6524)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-08-24 20:23:21 +08:00
committed by GitHub
parent a1ebe9a3b3
commit a8be4f2695
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#![recursion_limit = "256"]
mod ecstore_test_compat;
use ecstore_test_compat::fixture::try_migrate_iam_config;