diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-09 13:54:46 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-09 13:54:48 -0700 |
commit | 9994456844028403f14edaf0934591a526ec8dd6 (patch) | |
tree | f3d78ec17571a721240812e1a5973a90c1f69d42 | |
parent | 2732c2e3ba50f28c4c8a3b244783bc70d04806fa (diff) | |
download | fatcat-9994456844028403f14edaf0934591a526ec8dd6.tar.gz fatcat-9994456844028403f14edaf0934591a526ec8dd6.zip |
test: contribs should work without wiping database
This removes an entanglement between tests that was breaking on the
cockroachdb branch (where the database isn't reset between each
individual test).
-rw-r--r-- | rust/tests/test_api_server.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/tests/test_api_server.rs b/rust/tests/test_api_server.rs index 54639228..d10251f0 100644 --- a/rust/tests/test_api_server.rs +++ b/rust/tests/test_api_server.rs @@ -950,7 +950,7 @@ fn test_contribs() { "http://localhost:9411/v0/release", headers.clone(), r#"{"title": "some paper", - "doi": "10.1234/iiiiiii", + "doi": "10.1234/kkkkkkk", "contribs": [{ "index": 1, "raw_name": "textual description of contributor (aka, name)", |