Skip to content

Commit 46d4231

Browse files
committed
remove dummy username and keys
1 parent 1747d68 commit 46d4231

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

tests/conf/Modernizr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"username": "NakulAggarwal",
3-
"key": "1FKyBShTNysamxvJBG3UY",
2+
"username": "BROWSERSTACK_USERNAME",
3+
"key": "BROWSERSTACK_KEY",
44
"test_path": "test/index.html",
55
"debug": true,
66
"build": "RahulNew",

tests/conf/mout.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"username": "NakulAggarwal",
3-
"key": "1FKyBShTNysamxvJBG3UY",
2+
"username": "BROWSERSTACK_USERNAME",
3+
"key": "BROWSERSTACK_KEY",
44
"test_path": "tests/runner.html",
55
"test_framework": "jasmine",
66
"debug": true,

tests/conf/underscorejs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"username": "NakulAggarwal",
3-
"key": "1FKyBShTNysamxvJBG3UY",
2+
"username": "BROWSERSTACK_USERNAME",
3+
"key": "BROWSERSTACK_KEY",
44
"test_path": "test/index.html",
55
"debug": true,
66
"build": "RahulNew",

tests/conf/url.js.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"username": "NakulAggarwal",
3-
"key": "1FKyBShTNysamxvJBG3UY",
2+
"username": "BROWSERSTACK_USERNAME",
3+
"key": "BROWSERSTACK_KEY",
44
"test_path": "test.html",
55
"test_framework": "mocha",
66
"debug": true,

0 commit comments

Comments
 (0)