mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
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:
committed by
Seif Lotfy سيف لطفي
parent
3fcdca73a7
commit
690d0d92e4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user