Skip to content

Commit bbb7502

Browse files
authored
Merge pull request #247 from ibm-cloud-security/revert-246-development
Revert "fix(readme.md): Remove unnecessary badges from Readme"
2 parents 59fa68d + 3e6999a commit bbb7502

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# IBM Cloud App ID Node.js SDK
22

33
[![IBM Cloud powered][img-ibmcloud-powered]][url-ibmcloud]
4+
[![Travis][img-travis-master]][url-travis-master]
45
[![Coveralls][img-coveralls-master]][url-coveralls-master]
6+
[![Codacy][img-codacy]][url-codacy]
57
[![Version][img-version]][url-npm]
68
[![DownloadsMonthly][img-npm-downloads-monthly]][url-npm]
79
[![DownloadsTotal][img-npm-downloads-total]][url-npm]
@@ -619,5 +621,11 @@ This package contains code licensed under the Apache License, Version 2.0 (the "
619621
[img-github-forks]: https://img.shields.io/github/forks/ibm-cloud-security/appid-serversdk-nodejs.svg?style=social&label=Fork
620622
[url-github-forks]: https://github.com/ibm-cloud-security/appid-serversdk-nodejs/network
621623

624+
[img-travis-master]: https://travis-ci.org/ibm-cloud-security/appid-serversdk-nodejs.svg
625+
[url-travis-master]: https://travis-ci.org/ibm-cloud-security/appid-serversdk-nodejs
626+
622627
[img-coveralls-master]: https://coveralls.io/repos/github/ibm-cloud-security/appid-serversdk-nodejs/badge.svg
623628
[url-coveralls-master]: https://coveralls.io/github/ibm-cloud-security/appid-serversdk-nodejs
629+
630+
[img-codacy]: https://api.codacy.com/project/badge/Grade/3156f40a37cb4026a443082fc1afcaa4?branch=master
631+
[url-codacy]: https://www.codacy.com/app/ibm-cloud-security/appid-serversdk-nodejs

test/common-util-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ describe("/lib/utils/common-util", function () {
7373
const stringName = 'testString';
7474
const formData = {
7575
"grant_type": "urn:ibm:params:oauth:grant-type:apikey",
76-
"apikey": "dummyAPIKEY-FCUIw1hgPp31iRjcYllURtWeelFBgHYm4-key"
76+
"apikey": "2hntsFCUIw1hgPp31iRjcYllURtWeelFBgHYm4-ol3XB"
7777
}
7878

79-
const urlEncodedData = 'grant_type=urn%3Aibm%3Aparams%3Aoauth%3Agrant-type%3Aapikey&apikey=dummyAPIKEY-FCUIw1hgPp31iRjcYllURtWeelFBgHYm4-key';
79+
const urlEncodedData = 'grant_type=urn%3Aibm%3Aparams%3Aoauth%3Agrant-type%3Aapikey&apikey=2hntsFCUIw1hgPp31iRjcYllURtWeelFBgHYm4-ol3XB';
8080

8181
it('should successfully convert the formData to URLencoded format', () => {
8282
expect(commonUtil.jsonToURLencodedForm(formData)).to.equal(urlEncodedData);

0 commit comments

Comments
 (0)