Skip to content

Commit

Permalink
adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaiaroto committed Mar 3, 2019
1 parent 8c92509 commit 45a8710
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions framework/aegis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ func TestAegis(t *testing.T) {
Convey("Should set variables from API Gateway stage variables", func() {
So(a.Variables, ShouldContainKey, "foo")
})

Convey("Should handle base64 encoded values from API Gateway stage variables", func() {
So(a.Variables, ShouldContainKey, "b64")
So(a.Variables["b64"], ShouldEqual, "hello world")
})
})

Convey("aegisHandler()", t, func() {
Expand Down

0 comments on commit 45a8710

Please sign in to comment.