Skip to content

Commit

Permalink
restore quote string in csv values
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed Jan 22, 2024
1 parent de3b415 commit d13789e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tests/api/test_study.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,22 +95,22 @@ def test_csv(self, client, studies):
"\"url\""
])
first_row = [
"MGYS00000001",
"",
"PRJDB0001",
"Centre Name",
"HARVESTED",
"",
"\"MGYS00000001\"",
"\"\"",
"\"PRJDB0001\"",
"\"Centre Name\"",
"\"HARVESTED\"",
"\"\"",
"False",
None,
"",
"",
"",
"",
"SRP0001",
"",
"Example study name 1",
"http://testserver/v1/studies/MGYS00000001.csv"
"\"\"",
"\"\"",
"\"\"",
"\"\"",
"\"SRP0001\"",
"\"\"",
"\"Example study name 1\"",
"\"http://testserver/v1/studies/MGYS00000001.csv\""
]

rows = content.splitlines()
Expand Down

0 comments on commit d13789e

Please sign in to comment.