Skip to content

Commit

Permalink
correct e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Dec 20, 2024
1 parent 889979c commit d33dca7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e_tests/prepare_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ class YamlKeys:
TEST_CASES = "test_cases"
NAME = "name"
CONFIG = "config"
LIBRARY = "library"
FASTA = "fasta"
RAW_DATA = "raw_data"
LIBRARY = "library_path"
FASTA = "fasta_paths"
RAW_DATA = "raw_paths"
SOURCE_URL = "source_url"


Expand Down

0 comments on commit d33dca7

Please sign in to comment.