fix(splunk-on-call-plugin): mock file Copyright

This commit is contained in:
Remi
2021-02-08 16:31:55 +01:00
parent 8f87e2ebbc
commit 1e98041cd2
+8 -7
View File
@@ -1,10 +1,3 @@
import {
EscalationPolicyInfo,
Incident,
Team,
User,
} from '../components/types';
/*
* Copyright 2021 Spotify AB
*
@@ -20,6 +13,14 @@ import {
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import {
EscalationPolicyInfo,
Incident,
Team,
User,
} from '../components/types';
export const MOCKED_USER: User = {
createdAt: '2021-02-01T23:38:38Z',
displayName: 'Test User',