Skip to content
Snippets Groups Projects
Commit a6a4ee7f authored by Erick Hitter's avatar Erick Hitter
Browse files

Set minimum config data needed to run test

parent 187f6d9f
No related branches found
No related tags found
1 merge request!5Add go.mod
Pipeline #4453 passed
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -8,7 +8,8 @@ import (
)
func TestCheckDropletAge(t *testing.T) {
setUpLogger("os.stdOut")
threshold = 3600
setUpLogger("os.Stdout")
staleDroplet := godo.Droplet{
ID: 1234,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment