diff options
Diffstat (limited to 'server/sonar-ui-common/helpers/__tests__/request-test.ts')
-rw-r--r-- | server/sonar-ui-common/helpers/__tests__/request-test.ts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/server/sonar-ui-common/helpers/__tests__/request-test.ts b/server/sonar-ui-common/helpers/__tests__/request-test.ts index aee57700784..a6ffa480d2d 100644 --- a/server/sonar-ui-common/helpers/__tests__/request-test.ts +++ b/server/sonar-ui-common/helpers/__tests__/request-test.ts @@ -1,6 +1,6 @@ /* - * Sonar UI Common - * Copyright (C) 2019-2020 SonarSource SA + * SonarQube + * Copyright (C) 2009-2021 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - import handleRequiredAuthentication from '../handleRequiredAuthentication'; import { checkStatus, |