Skip to content

Commit deb001b

Browse files
authored
Merge pull request #248 from ibm-cloud-security/revert-247-revert-246-development
fix(readme.md): Remove unnecessary badges from Readme
2 parents bbb7502 + d66e9f3 commit deb001b

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
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]
54
[![Coveralls][img-coveralls-master]][url-coveralls-master]
6-
[![Codacy][img-codacy]][url-codacy]
75
[![Version][img-version]][url-npm]
86
[![DownloadsMonthly][img-npm-downloads-monthly]][url-npm]
97
[![DownloadsTotal][img-npm-downloads-total]][url-npm]
@@ -621,11 +619,5 @@ This package contains code licensed under the Apache License, Version 2.0 (the "
621619
[img-github-forks]: https://img.shields.io/github/forks/ibm-cloud-security/appid-serversdk-nodejs.svg?style=social&label=Fork
622620
[url-github-forks]: https://github.com/ibm-cloud-security/appid-serversdk-nodejs/network
623621

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-
627622
[img-coveralls-master]: https://coveralls.io/repos/github/ibm-cloud-security/appid-serversdk-nodejs/badge.svg
628623
[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": "2hntsFCUIw1hgPp31iRjcYllURtWeelFBgHYm4-ol3XB"
76+
"apikey": "dummyAPIKEY-FCUIw1hgPp31iRjcYllURtWeelFBgHYm4-key"
7777
}
7878

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

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

0 commit comments

Comments
 (0)