Skip to content

Commit

Permalink
Make test base64 data valid (#2973)
Browse files Browse the repository at this point in the history
* Make user VLR handling robust.

* Cleanup.

* Remove dead header.

* Make things with with Ext VLRs.

* Add more test.

* One more test.

* Remove unnecessary cast.

* Add a real test for the original problem.

* Cleaner logic.

* Make valid base64-encoded value.

* Remove merge conflict.

* Missed a character.
  • Loading branch information
abellgithub committed Mar 13, 2020
1 parent bafded2 commit 6ed4ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/pipeline/issue2937.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"description": "A second record",
"record_id": 43,
"user_id": "hobu",
"data": "dGhpcyAqdtBpcyBzb21lIHRleHQ="
"data": "dGhpcyAqdtBpcyBzb21lIHRlbe=="
}
]
}
Expand Down

0 comments on commit 6ed4ce0

Please sign in to comment.