Skip to content

Commit

Permalink
fixing tests before release
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Ryan Heath <jake.heath@nccgroup.trust>
  • Loading branch information
Jacob Ryan Heath committed May 16, 2019
1 parent 1820a9c commit 4ee99e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/rest/init_test.go
Expand Up @@ -67,5 +67,5 @@ func TestUIRoutesNoProxy(t *testing.T) {

func init() {
configure.Setup()
Configure()
Configure(FULL)
}
2 changes: 1 addition & 1 deletion api/rest/rest_test.go
Expand Up @@ -10,7 +10,7 @@ import (
// to avoid odd state things like database files.
func TestAllRest(t *testing.T) {
configure.Setup()
Configure()
Configure(FULL)
var table = [][]RequestTestPair{
testAddEvent(t),
testDuplicateEvent(t),
Expand Down

0 comments on commit 4ee99e7

Please sign in to comment.