forked from D-Net/dnet-hadoop
removed accession token
This commit is contained in:
parent
c3672b162b
commit
306603272e
|
@ -10,7 +10,7 @@ import org.junit.jupiter.api.Test;
|
||||||
public class ZenodoAPIClientTest {
|
public class ZenodoAPIClientTest {
|
||||||
|
|
||||||
private final String URL_STRING = "https://sandbox.zenodo.org/api/deposit/depositions";
|
private final String URL_STRING = "https://sandbox.zenodo.org/api/deposit/depositions";
|
||||||
private final String ACCESS_TOKEN = "5ImUj0VC1ICg4ifK5dc3AGzJhcfAB4osxrFlsr8WxHXxjaYgCE0hY8HZcDoe";
|
private final String ACCESS_TOKEN = "";
|
||||||
|
|
||||||
private final String CONCEPT_REC_ID = "657113";
|
private final String CONCEPT_REC_ID = "657113";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue