Postgres datastore errors and cleanup (#579)

* improved postgres datastore error handling

* remove excess postgres datastore validation

* postgres datastore errors and cleanup
This commit is contained in:
Jordan Krage
2017-03-13 14:31:08 -05:00
committed by Seif Lotfy سيف لطفي
parent 3fcdca73a7
commit 690d0d92e4
2 changed files with 19 additions and 26 deletions

View File

@@ -159,7 +159,7 @@ func Test(t *testing.T, ds models.Datastore) {
}
if app != nil {
t.Log(buf.String())
t.Fatalf("Test RemoveApp: failed to remove the app")
t.Fatal("Test RemoveApp: failed to remove the app")
}
// Test update inexistent app