Skip to content

Commit

Permalink
Start all tests with authentication enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Aug 30, 2018
1 parent 070ce94 commit 6377ff3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions test/functional/commands/cli-start-authentication.sh

This file was deleted.

2 changes: 1 addition & 1 deletion test/functional/commands/cli-start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

npm run domapic-controller start controller -- --hostName=${controller_host_name} --path=${domapic_path} --db=${db_uri} --save
npm run domapic-controller start controller -- --hostName=${controller_host_name} --path=${domapic_path} --db=${db_uri} --save --authDisabled
npm run domapic-controller logs controller -- --path=${domapic_path}

0 comments on commit 6377ff3

Please sign in to comment.