Skip to content

Commit

Permalink
update expeded hash for migration test
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Aug 18, 2015
1 parent b645d49 commit 9598372
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestAWSSecurityGroupRuleMigrateState(t *testing.T) {
"from_port": "0",
"source_security_group_id": "sg-11877275",
},
Expected: "sg-3766347571",
Expected: "sg-2889201120",
},
"v0_2": {
StateVersion: 0,
Expand All @@ -44,7 +44,7 @@ func TestAWSSecurityGroupRuleMigrateState(t *testing.T) {
"cidr_blocks.2": "172.16.3.0/24",
"cidr_blocks.3": "172.16.4.0/24",
"cidr_blocks.#": "4"},
Expected: "sg-4100229787",
Expected: "sg-1826358977",
},
}

Expand Down

0 comments on commit 9598372

Please sign in to comment.