We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab65d1 commit 94c0558Copy full SHA for 94c0558
1 file changed
js_npm/rest/spacex-api/em/app-driver.js
@@ -7,7 +7,7 @@ class AppController extends em.SutController {
7
8
getInfoForAuthentication() {
9
let header = new em.dto.HeaderDto();
10
- header.name = "spaceX-key";
+ header.name = "spacex-key";
11
header.value = "foo";
12
let auth = new em.dto.AuthenticationDto();
13
auth.name = "spaceX-foo";
0 commit comments