mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
API improvements (#410)
* api improvements, remove global Api object and reduce gin dependency * requested changes
This commit is contained in:
@@ -94,7 +94,7 @@ func TestAppDelete(t *testing.T) {
|
||||
expectedCode int
|
||||
expectedError error
|
||||
}{
|
||||
{&datastore.Mock{}, "/v1/apps", "", http.StatusNotFound, nil},
|
||||
{&datastore.Mock{}, "/v1/apps/myapp", "", http.StatusNotFound, nil},
|
||||
{&datastore.Mock{
|
||||
Apps: []*models.App{{
|
||||
Name: "myapp",
|
||||
|
||||
Reference in New Issue
Block a user