chore: 删除卡价格验证 hurl 测试文件
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m14s

This commit is contained in:
2026-03-31 15:26:09 +08:00
parent 67e0840695
commit 00cae60fe1
3 changed files with 1 additions and 382 deletions

View File

@@ -1,6 +1,6 @@
SHELL := /bin/bash
ENV ?= dev
HURL_OPTS := --variables-file env/$(ENV).env --test
HURL_OPTS := --variables-file env/$(ENV).env --file-root . --test
.PHONY: test test-flows test-modules test-negative report clean