Skip to content

Commit 102723f

Browse files
authored
Merge pull request #1158 from data-integrations/chore/remove-reference-name-as-mandatory-in-tests
remove refernceName as mandatory prop in tests
2 parents 293a102 + f07031c commit 102723f

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/e2e-test/features/gcs/sink/GCSSinkError.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ Feature: GCS sink - Verify GCS Sink plugin error scenarios
99
Then Validate mandatory property error for "<property>"
1010
Examples:
1111
| property |
12-
| referenceName |
1312
| path |
1413
| format |

src/e2e-test/features/gcs/source/GCSSourceError.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Feature: GCS source - Verify GCS Source plugin error scenarios
99
Then Validate mandatory property error for "<property>"
1010
Examples:
1111
| property |
12-
| referenceName |
1312
| path |
1413
| format |
1514

src/e2e-test/features/spanner/sink/SpannerSinkErrorScenarios.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Feature: Spanner Sink - Verify Spanner sink plugin error scenarios
99
Then Validate mandatory property error for "<property>"
1010
Examples:
1111
| property |
12-
| referenceName |
1312
| instance |
1413
| database |
1514
| table |

src/e2e-test/features/spanner/source/SpannerSourceErrorScenarios.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Feature: Spanner Source - Verify Spanner source plugin error scenarios
99
Then Validate mandatory property error for "<property>"
1010
Examples:
1111
| property |
12-
| referenceName |
1312
| instance |
1413
| database |
1514
| table |

0 commit comments

Comments
 (0)