diff --git a/acceptance/config_test.go b/acceptance/config_test.go index 82e260156..fa236275b 100644 --- a/acceptance/config_test.go +++ b/acceptance/config_test.go @@ -17,12 +17,6 @@ import ( const configFilename = "test.toml" -type StageFeature string - -const ( - UnityCatalogEnabledWorkspace StageFeature = "unity-catalog" -) - type TestConfig struct { // Place to describe what's wrong with this test. Does not affect how the test is run. Badness *string