Skip to content

Commit d5be8fb

Browse files
fix openAI key env variable typo
Signed-off-by: rithin-pullela-aws <[email protected]>
1 parent 941dd45 commit d5be8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/test/java/org/opensearch/ml/rest/RestMLAgenticMemoryIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
@Log4j2
2525
public class RestMLAgenticMemoryIT extends MLCommonsRestTestCase {
2626

27-
private static final String OPENAI_KEY = System.getProperty("OPENAI_KEY");
27+
private static final String OPENAI_KEY = System.getenv("OPENAI_KEY");
2828
private static final String AWS_ACCESS_KEY_ID = System.getenv("AWS_ACCESS_KEY_ID");
2929
private static final String AWS_SECRET_ACCESS_KEY = System.getenv("AWS_SECRET_ACCESS_KEY");
3030
private static final String AWS_SESSION_TOKEN = System.getenv("AWS_SESSION_TOKEN");

0 commit comments

Comments
 (0)