Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
u110 committed Mar 3, 2025
1 parent 208f461 commit 24d4c2a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions internal/provider/job_definition_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,16 @@ resource "trocco_job_definition" "mysql_to_bigquery" {
bigquery_output_option_merge_keys = []
}
}
# please create labels if testing in local environment
# see https://trocco.io/labels#side-nav-labels
labels = [
{
name = "label1"
},
{
name = "label2"
},
]
}
`,
Expand Down

0 comments on commit 24d4c2a

Please sign in to comment.