mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
added config to apps and routes
This commit is contained in:
@@ -118,7 +118,7 @@ func TestBolt(t *testing.T) {
|
||||
t.Fatalf("Test GetRoute: error: %s", err)
|
||||
}
|
||||
if route.Path != testRoute.Path {
|
||||
t.Fatalf("Test GetRoute: expected `route.Name` to be `%s` but it was `%s`", route.Path, testRoute.Path)
|
||||
t.Fatalf("Test GetRoute: expected `route.Path` to be `%s` but it was `%s`", route.Path, testRoute.Path)
|
||||
}
|
||||
|
||||
// Testing list routes
|
||||
|
||||
Reference in New Issue
Block a user