Skip to content

Commit

Permalink
test: update test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Feb 7, 2024
1 parent 5290426 commit 15373ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
cd ./go-api
go run main.go &
env:
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/orakl-test?schema=public"
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/orakl-test?search_path=public"
ENCRYPT_PASSWORD: "abc123"
APP_PORT: "3000"
REDIS_HOST: "localhost"
Expand Down
2 changes: 0 additions & 2 deletions cli/src/listener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ export function listHandler(print?: boolean) {
// }
// }

//test

console.dir(result, { depth: null })
}
return result
Expand Down

0 comments on commit 15373ae

Please sign in to comment.