Skip to content

Commit

Permalink
test: ✅ Correção config.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimsn committed Apr 19, 2021
1 parent 47372af commit 7f5b31c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
# For more information on Codacy Analysis CLI in general, see
# https://github.com/codacy/codacy-analysis-cli.

name: Codacy Security Scan
name: Codacy

on: ['push']

jobs:
codacy-security-scan:
name: Codacy Security Scan
name: Codacy Analysis
runs-on: ubuntu-latest
steps:
# Checkout the repository to the GitHub Actions runner
Expand Down
2 changes: 1 addition & 1 deletion test/unit/config.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('Arquivo de configuração', () => {
let config;
before(() => {
config = JSON.parse(
fs.readFileSync('terraform/files-copy-to-gcs/penguin-datalayer-collect/config.json').toString()
fs.readFileSync('terraform/files-copy-to-gcs/project-name/config.json').toString()
);
});
it('Deve possuir o atributo DEPARA_SCHEMA', async () => {
Expand Down

0 comments on commit 7f5b31c

Please sign in to comment.