Skip to content

Commit f64d24a

Browse files
committed
refactor: integration tags to plugins tags
1 parent 1be51fb commit f64d24a

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

plugins/extractors/bigtable/bigtable_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build integration
2-
// +build integration
1+
//go:build plugins
2+
// +build plugins
33

44
package bigtable_test
55

plugins/extractors/cassandra/cassandra_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build integration
2-
// +build integration
1+
//go:build plugins
2+
// +build plugins
33

44
package cassandra_test
55

plugins/extractors/clickhouse/clickhouse_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build integration
2-
// +build integration
1+
//go:build plugins
2+
// +build plugins
33

44
package clickhouse_test
55

plugins/extractors/couchdb/couchdb_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build integration
2-
// +build integration
1+
//go:build plugins
2+
// +build plugins
33

44
package couchdb_test
55

plugins/extractors/elastic/elastic_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build integration
2-
// +build integration
1+
//go:build plugins
2+
// +build plugins
33

44
package elastic_test
55

plugins/extractors/kafka/kafka_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build integration
2-
// +build integration
1+
//go:build plugins
2+
// +build plugins
33

44
package kafka_test
55

plugins/extractors/oracle/oracle_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build integration
2-
// +build integration
1+
//go:build plugins
2+
// +build plugins
33

44
package oracle_test
55

plugins/extractors/snowflake/snowflake_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build integration
2-
// +build integration
1+
//go:build plugins
2+
// +build plugins
33

44
package snowflake_test
55

plugins/extractors/superset/superset_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build integration
2-
// +build integration
1+
//go:build plugins
2+
// +build plugins
33

44
package superset_test
55

plugins/extractors/tableau/tableau_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build integration
2-
// +build integration
1+
//go:build plugins
2+
// +build plugins
33

44
package tableau_test
55

0 commit comments

Comments
 (0)