Skip to content

Commit 1874654

Browse files
committed
remove test cases
1 parent d95a549 commit 1874654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/records_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ def test_update_analyses(app, tool, import_id, counts, test_user, url, license):
10821082
assert is_current_user_subscribed_to_record(submission.publication_recid, user)
10831083

10841084

1085-
testdata_analyses_pytest_strict = list(testdata_analyses.keys())+["TestAnalysis", "TestAnalysis2"]
1085+
testdata_analyses_pytest_strict = list(testdata_analyses.keys())
10861086
@pytest.mark.strict_endpoints_test
10871087
@pytest.mark.parametrize("tool", testdata_analyses_pytest_strict)
10881088
def test_update_analyses_strict(app, tool):

0 commit comments

Comments
 (0)