Skip to content

Commit

Permalink
Update nucliadb/tests/writer/unit/tus/test_gcs.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
drf7 and github-actions[bot] authored Aug 9, 2024
1 parent 38fbb0a commit c5cd925
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions nucliadb/tests/writer/unit/tus/test_gcs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Copyright (C) 2021 Bosutech XXI S.L.
#
# nucliadb is offered under the AGPL v3.0 and as commercial software.
# For commercial licensing, contact us at [email protected].
#
# AGPL:
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from unittest.mock import MagicMock, patch

import pytest
Expand Down

0 comments on commit c5cd925

Please sign in to comment.