Skip to content
Snippets Groups Projects
Commit e8fd1583 authored by Hadrien RENAUD's avatar Hadrien RENAUD
Browse files

Fix typos

Json -> pas de ' dans le fichier.
parent a08deb70
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ build:transpile: ...@@ -44,7 +44,7 @@ build:transpile:
tests: tests:
stage: tests stage: tests
script: script:
- echo "{'dn':'dn', 'passwd':'passwd'}" >> ldap_credentials.json - echo '{"dn":"dn", "passwd":"passwd"}' >> ldap_credentials.json
- npm i - npm i
- npm run test - npm run test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment