Skip to content

Commit 762fb0c

Browse files
committed
remove secret
1 parent fb1791a commit 762fb0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astra-db-java/src/test/java/com/datastax/astra/test/integration/prod/AstraProdCollectionEvolutionTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
public class AstraProdCollectionEvolutionTest {
1414

15-
public static final String ASTRA_TOKEN = "AstraCS:vhsspOwbWKqoyZLRqRxnojcx:b9795c21e01f57197b62c3f250d422d22e00345f8a6e2dc9a568754b5e5a6701";
15+
public static final String ASTRA_TOKEN = System.getenv("ASTRA_DB_APPLICATION_TOKEN");
16+
1617
public static final String ASTRA_DB_ENDPOINT = "https://7d7388a6-5ba2-431a-942a-250012f785c0-us-east1.apps.astra.datastax.com";
1718
public static final String COLLECTION_NAME = "sample_nested";
1819

0 commit comments

Comments
 (0)