chore: fix test

This commit is contained in:
Marin Salinas 2020-10-13 15:16:01 -05:00
parent 2578bbbb50
commit 472b008a94
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ func TestAccessConfigPrepare_Region(t *testing.T) {
}
c.RawRegion = "us-east-1"
err := c.ValidateOSCRegion(c.RawRegion)
err = c.ValidateOSCRegion(c.RawRegion)
if err == nil {
t.Fatalf("should have region validation err: %s", c.RawRegion)
}