Skip to content

Commit a0c8f83

Browse files
committed
refactor: apply pre-commit rules
1 parent c6fc9a7 commit a0c8f83

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ set the credentials as the environment variables `AWS_ACCESS_KEY_ID` and `AWS_SE
101101

102102
### Integration tests
103103

104-
Integration tests are realized with python `boto3` and `pytest` modules.
104+
Integration tests are realized with python `boto3` and `pytest` modules.
105105

106106
Install Python dependency:
107107

examples/rds-scheduler/cloudwatch_alarm.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ resource "aws_cloudwatch_metric_alarm" "mysql_not_scheduled_cpu" {
5353
tags = {
5454
tostop = "false"
5555
}
56-
}
56+
}

tests/end-to-end/instance_scheduler_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func TestTerraformAwsInstanceScheduler(t *testing.T) {
4646
// Run `terraform output` to get the value of an output variables
4747
lambdaStopName := terraform.Output(t, terraformOptions, "lambda_stop_name")
4848
lambdaStartName := terraform.Output(t, terraformOptions, "lambda_start_name")
49-
49+
5050
// Wait for terraform execution
5151
time.Sleep(10 * time.Second)
5252

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps =
1515
pytest-cov==2.10.1
1616
pytest-pythonpath==0.7.3
1717
commands =
18-
coverage run -m pytest tests/unit --cov package
18+
coverage run -m pytest tests/unit --cov package
1919

2020
# Autoformatter
2121
[testenv:black]

0 commit comments

Comments
 (0)