Skip to content

Commit 7f5b31c

Browse files
committed
test: ✅ Correção config.test.js
1 parent 47372af commit 7f5b31c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codacy-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
# For more information on Codacy Analysis CLI in general, see
77
# https://github.com/codacy/codacy-analysis-cli.
88

9-
name: Codacy Security Scan
9+
name: Codacy
1010

1111
on: ['push']
1212

1313
jobs:
1414
codacy-security-scan:
15-
name: Codacy Security Scan
15+
name: Codacy Analysis
1616
runs-on: ubuntu-latest
1717
steps:
1818
# Checkout the repository to the GitHub Actions runner

test/unit/config.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('Arquivo de configuração', () => {
77
let config;
88
before(() => {
99
config = JSON.parse(
10-
fs.readFileSync('terraform/files-copy-to-gcs/penguin-datalayer-collect/config.json').toString()
10+
fs.readFileSync('terraform/files-copy-to-gcs/project-name/config.json').toString()
1111
);
1212
});
1313
it('Deve possuir o atributo DEPARA_SCHEMA', async () => {

0 commit comments

Comments
 (0)