Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Nov 23, 2021
1 parent a97905d commit 107376f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/integration_tests/datasets/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@ def test_export_dataset_gamma(self):
"""
Dataset API: Test export dataset has gamma
"""
dataset = self.insert_default_dataset()
dataset = self.get_fixture_datasets()[0]

argument = [dataset.id]
uri = f"api/v1/dataset/export/?q={prison.dumps(argument)}"
Expand All @@ -1393,9 +1393,6 @@ def test_export_dataset_gamma(self):
rv = self.client.get(uri)
assert rv.status_code == 401

db.session.delete(dataset)
db.session.commit()

@patch.dict(
"superset.extensions.feature_flag_manager._feature_flags",
{"VERSIONED_EXPORT": True},
Expand Down

0 comments on commit 107376f

Please sign in to comment.