Chore: Disable snapshot flag for plugins API test (#103733)

disable snapshot flag for test
This commit is contained in:
Will Browne
2025-04-10 09:57:20 +01:00
committed by GitHub
parent 7471455493
commit 53126eb307
+1 -1
View File
@@ -36,7 +36,7 @@ const (
defaultPassword = "password"
)
var updateSnapshotFlag = true
var updateSnapshotFlag = false
func TestMain(m *testing.M) {
testsuite.Run(m)