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

disable snapshot flag for test
pull/103772/head
Will Browne 3 months ago committed by GitHub
parent 7471455493
commit 53126eb307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      pkg/tests/api/plugins/api_plugins_test.go

@ -36,7 +36,7 @@ const (
defaultPassword = "password" defaultPassword = "password"
) )
var updateSnapshotFlag = true var updateSnapshotFlag = false
func TestMain(m *testing.M) { func TestMain(m *testing.M) {
testsuite.Run(m) testsuite.Run(m)

Loading…
Cancel
Save