Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit f82118b

Browse files
committed
Making it more obvious that the authkey is invalid
1 parent d33314c commit f82118b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/ie.conf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default:
1313
cbt:
1414
server: "crossbrowsertesting.com"
1515
user: "johnr@crossbrowsertesting.com"
16-
key: "ua2ed3a3457581e4"
16+
key: "notmyrealauthkey"
1717

1818
capabilities:
1919
# capabilities added here are applied to every test that is run

config/single.conf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default:
1313
cbt:
1414
server: "crossbrowsertesting.com"
1515
user: "johnr@crossbrowsertesting.com"
16-
key: "ua2ed3a3457581e4"
16+
key: "notmyrealauthkey"
1717

1818
capabilities:
1919
# capabilities added here are applied to every test that is run

0 commit comments

Comments
 (0)