Skip to content

Commit 94c0558

Browse files
committed
minor fix
1 parent aab65d1 commit 94c0558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js_npm/rest/spacex-api/em/app-driver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class AppController extends em.SutController {
77

88
getInfoForAuthentication() {
99
let header = new em.dto.HeaderDto();
10-
header.name = "spaceX-key";
10+
header.name = "spacex-key";
1111
header.value = "foo";
1212
let auth = new em.dto.AuthenticationDto();
1313
auth.name = "spaceX-foo";

0 commit comments

Comments
 (0)