From 9994456844028403f14edaf0934591a526ec8dd6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 9 Sep 2018 13:54:46 -0700 Subject: 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). --- rust/tests/test_api_server.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust') 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)", -- cgit v1.2.3