Skip to content

Commit

Permalink
hotfix: use no-op pre/posthooks in standard tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada committed Mar 5, 2021
1 parent f0778e0 commit b6b1141
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import org.gradle.api.Plugin
import org.gradle.api.Project

abstract class AirbyteStandardSourceTestFileConfiguration {
Closure prehook
Closure posthook
Closure prehook = {} // default no-op
Closure posthook = {}
String configPath
String configuredCatalogPath
String specPath
Expand Down

0 comments on commit b6b1141

Please sign in to comment.