Fixed incorrect test failure message in oci client

pull/5407/head
Andrew Pryde 9 years ago
parent f426ba4660
commit bb497c2453

@ -82,7 +82,7 @@ func TestNewConfigDefaultsPopulated(t *testing.T) {
}
if adminConfig.Region != "us-ashburn-1" {
t.Errorf("Expected 'us-phoenix-1', got '%s'", adminConfig.Region)
t.Errorf("Expected 'us-ashburn-1', got '%s'", adminConfig.Region)
}
}

Loading…
Cancel
Save