Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion __mocks__/fileMock.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2024, Ingram Micro
Copyright (c) 2025, CloudBlue
All rights reserved.
*/
module.exports = 'test-file-stub';
2 changes: 1 addition & 1 deletion __mocks__/styleMock.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2024, Ingram Micro
Copyright (c) 2025, CloudBlue
All rights reserved.
*/
module.exports = {};
2 changes: 1 addition & 1 deletion connect_bi_reporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2024, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
from connect_bi_reporter.credentials.models import * # noqa
Expand Down
2 changes: 1 addition & 1 deletion connect_bi_reporter/events.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2024, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
from connect.eaas.core.decorators import event, variables
Expand Down
2 changes: 1 addition & 1 deletion connect_bi_reporter/webapp.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2024, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
from connect.client import ClientError
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2024, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2024, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
from contextlib import contextmanager
Expand Down
2 changes: 1 addition & 1 deletion tests/test_events.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2024, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
from datetime import datetime, timedelta
Expand Down
2 changes: 1 addition & 1 deletion tests/test_webapp.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2024, Ingram Micro
# Copyright (c) 2025, CloudBlue
# All rights reserved.
#
from connect.client import ClientError
Expand Down