Address broken tests

This commit is contained in:
Denis Makogon
2017-05-30 08:50:53 -07:00
committed by James Jeffrey
parent 04008c71fd
commit 31b4ac4516
18 changed files with 49 additions and 46 deletions

View File

@@ -58,7 +58,7 @@ Note: Route level configuration overrides app level configuration.
Using `fn`:
```sh
fn routes create myapp /path --config k1=v1 --config k2=v2 --image treeder/hello
fn routes create myapp /path --config k1=v1 --config k2=v2 --image funcy/hello
```
Or using cURL:
@@ -80,7 +80,7 @@ curl -H "Content-Type: application/json" -X POST -d '{
```json
{
"path": "/hello",
"image": "treeder/hello",
"image": "funcy/hello",
"type": "sync",
"memory": 128,
"config": {