Files
fn-serverless/test/fn-api-tests
Denis Makogon d11bafb868 Fix route update procedure
API impact:
  We need to drop default value for type because it brought this type of bugs.
  Starting this patch users should specify route type through CLI or func.yml

Closes: #222
2017-08-16 23:20:05 +03:00
..
2017-07-21 20:03:43 +03:00
2017-08-09 15:09:48 +03:00
2017-08-09 15:09:48 +03:00
2017-07-21 20:03:43 +03:00
2017-08-16 11:27:47 -07:00
2017-08-16 23:20:05 +03:00
2017-08-16 11:27:47 -07:00

Oracle Functions integration API tests

Test dependencies

DOCKER_HOST - for building images
API_URL - Oracle Functions API endpoint

How to run tests?

export API_URL=http://localhost:8080
go test -v ./...