Skip to content

Commit

Permalink
Delete duplicated 'test' keys in test configs
Browse files Browse the repository at this point in the history
馃槄
  • Loading branch information
nfagerlund authored and thrashr888 committed Nov 28, 2018
1 parent 7fdbc06 commit 27321c6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions test/aws-restrict-instance-type-default/dev-not-prod.json
@@ -1,8 +1,5 @@
{
"global":{},
"test": {
"main": true
},
"test": {
"main": true,
"instance_type_allowed": true
Expand Down
3 changes: 0 additions & 3 deletions test/aws-restrict-instance-type-default/pass.json
@@ -1,8 +1,5 @@
{
"global":{},
"test": {
"main": true
},
"test": {
"main": true,
"instance_type_allowed": true
Expand Down
3 changes: 0 additions & 3 deletions test/aws-restrict-instance-type-default/prod-not-dev.json
@@ -1,8 +1,5 @@
{
"global":{},
"test": {
"main": true
},
"test": {
"main": true,
"instance_type_allowed": true
Expand Down
3 changes: 0 additions & 3 deletions test/aws-restrict-instance-type-dev/pass.json
@@ -1,8 +1,5 @@
{
"global":{},
"test": {
"main": true
},
"test": {
"main": true,
"instance_type_allowed": true
Expand Down
3 changes: 0 additions & 3 deletions test/aws-restrict-instance-type-dev/prod-not-dev.json
@@ -1,8 +1,5 @@
{
"global":{},
"test": {
"main": true
},
"test": {
"main": false,
"instance_type_allowed": false
Expand Down

0 comments on commit 27321c6

Please sign in to comment.