diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dee7dc6d6699..3fdc568eac91 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -30,7 +30,7 @@ For example: “`resource_name_here` - description of change e.g. adding propert ## Changes to existing Resource / Data Source - [ ] I have added an explanation of what my changes do and why I'd like you to include them (This may be covered by linking to an issue above, but may benefit from additional explanation). -- [ ] I have written new tests for my resource or datasource changes & updated any relevent documentation. +- [ ] I have written new tests for my resource or datasource changes & updated any relevant documentation. - [ ] I have successfully run tests with my changes locally. If not, please provide details on testing challenges that prevented you running the tests. - [ ] (For changes that include a **state migration only**). I have manually tested the migration path between relevant versions of the provider. diff --git a/internal/services/mssql/mssql_job_step_resource_test.go b/internal/services/mssql/mssql_job_step_resource_test.go index 607d51b83a10..c9df217d875e 100644 --- a/internal/services/mssql/mssql_job_step_resource_test.go +++ b/internal/services/mssql/mssql_job_step_resource_test.go @@ -130,7 +130,7 @@ resource "azurerm_mssql_job_step" "test" { job_step_index = 1 sql_script = <