update expeded hash for migration test

This commit is contained in:
Clint Shryock 2015-08-18 10:17:15 -05:00
parent d3c5c0d85f
commit e0bb04b822
1 changed files with 2 additions and 2 deletions

View File

@ -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,
@ -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",
},
}