Skip to content

Commit

Permalink
fix: standardize indentation in ReservedIPv6 integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amanoj-do committed Dec 9, 2024
1 parent 7df8cf2 commit 3ddec0a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions integration/reserved_ipv6_actions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ ID Status Type Started At Compl
"action": {
"id": 2208110887,
"status": "in-progress",
"type": "remove_ip",
"started_at": "2021-10-01T01:00:00Z",
"resource_type": "reserved_ipv6",
"region_slug": "nyc3"
"type": "remove_ip",
"started_at": "2021-10-01T01:00:00Z",
"resource_type": "reserved_ipv6",
"region_slug": "nyc3"
}
}
`
Expand Down
2 changes: 1 addition & 1 deletion integration/reserved_ipv6_create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fd53:616d:6d60::1071:5001 nyc3
"reserved_ipv6": {
"ip": "fd53:616d:6d60::1071:5001",
"region_slug": "nyc3",
"reserved_at": "2021-10-01T00:00:00Z"
"reserved_at": "2021-10-01T00:00:00Z"
},
"links": {}
}
Expand Down
2 changes: 1 addition & 1 deletion integration/reserved_ipv6_get_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fd53:616d:6d60::1071:5001 nyc3
"reserved_ipv6": {
"ip": "fd53:616d:6d60::1071:5001",
"region_slug": "nyc3",
"reserved_at": "2021-10-01T00:00:00Z"
"reserved_at": "2021-10-01T00:00:00Z"
},
"links": {}
}
Expand Down
4 changes: 2 additions & 2 deletions integration/reserved_ipv6_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ fd53:616d:6d60::1071:5002 nyc3
{
"ip": "fd53:616d:6d60::1071:5001",
"region_slug": "nyc3",
"reserved_at": "2021-10-01T00:00:00Z"
"reserved_at": "2021-10-01T00:00:00Z"
},
{
"ip": "fd53:616d:6d60::1071:5002",
"region_slug": "nyc3",
"reserved_at": "2021-10-01T00:00:00Z"
"reserved_at": "2021-10-01T00:00:00Z"
}
],
"links": {},
Expand Down

0 comments on commit 3ddec0a

Please sign in to comment.