Skip to content

Commit

Permalink
chore: fix IT due to deleted requirements-devel.txt (#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Nov 26, 2021
1 parent bdf7e11 commit 3025340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/test_integration_datasets.py
Expand Up @@ -1390,7 +1390,7 @@ def test_update_with_multiple_remotes_and_ref(runner, client):
@retry_failed
def test_files_are_tracked_in_lfs(runner, client, no_lfs_size_limit):
"""Test files added from a Git repo are tacked in Git LFS."""
filename = "requirements-devel.txt"
filename = "poetry.lock"
# create a dataset
result = runner.invoke(cli, ["dataset", "create", "dataset"])
assert 0 == result.exit_code, format_result_exception(result) + str(result.stderr_bytes)
Expand Down

0 comments on commit 3025340

Please sign in to comment.