Skip to content

Commit

Permalink
rm type in dataset
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed Mar 22, 2024
1 parent 924e802 commit 9c0bea4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backend/api/tests/views/test_views_datamanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def setUp(self):
"authorized_ids": ["MyOrg1MSP"],
},
},
"type": "Test",
"opener": {
"checksum": "dummy-checksum",
"storage_address": f"http://testserver/data_manager/{data_manager_1.key}/opener/",
Expand Down Expand Up @@ -106,7 +105,6 @@ def setUp(self):
"authorized_ids": ["MyOrg1MSP"],
},
},
"type": "Test",
"opener": {
"checksum": "dummy-checksum",
"storage_address": f"http://testserver/data_manager/{data_manager_2.key}/opener/",
Expand Down Expand Up @@ -137,7 +135,6 @@ def setUp(self):
"authorized_ids": ["MyOrg1MSP"],
},
},
"type": "Test",
"opener": {
"checksum": "dummy-checksum",
"storage_address": f"http://testserver/data_manager/{data_manager_3.key}/opener/",
Expand Down Expand Up @@ -377,7 +374,6 @@ def mock_orc_response(data):
"json": json.dumps(
{
"name": "Datamanager test",
"type": "Test",
"permissions": {
"public": True,
"authorized_ids": ["MyOrg1MSP"],
Expand Down Expand Up @@ -410,7 +406,6 @@ def test_file_size_limit(self):
"json": json.dumps(
{
"name": "Datamanager test",
"type": "Test",
"permissions": {
"public": True,
"authorized_ids": ["MyOrg1MSP"],
Expand Down Expand Up @@ -447,7 +442,6 @@ def __init__(self) -> None:
"json": json.dumps(
{
"name": "Datamanager test",
"type": "Test",
"permissions": {
"public": True,
"authorized_ids": ["MyOrg1MSP"],
Expand Down

0 comments on commit 9c0bea4

Please sign in to comment.