1
0

65240: Fixed current tests

This commit is contained in:
Kristof De Langhe
2019-10-02 10:19:21 +02:00
parent eade3e7d37
commit f3a032470d
4 changed files with 64 additions and 28 deletions

View File

@@ -3,4 +3,7 @@ export class AuthServiceMock {
public checksAuthenticationToken() {
return
}
public buildAuthHeader() {
return 'auth-header';
}
}