Skip to content

Commit

Permalink
Update environment variables for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemMuzammil committed Dec 18, 2023
1 parent 84c82a7 commit b17efdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ballerina/tests/test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ import ballerina/mime;
import ballerina/lang.runtime;

configurable string testOrganizationName = os:getEnv("ORG_NAME");
configurable string testUserRepositoryName = os:getEnv("USER_REPO_NAME");
configurable string testUserRepositoryName = os:getEnv("REPO_NAME");
configurable string testResourcePath = os:getEnv("RESOURCE_PATH");
configurable string testIssueAssignee = os:getEnv("ISSUE_ASSIGNEE");
configurable string testUsername = os:getEnv("GITHUB_USERNAME");
configurable string testIssueAssignee = os:getEnv("ASSIGNEE");
configurable string testUsername = os:getEnv("USERNAME");
configurable string authToken = os:getEnv("ACCESS_TOKEN");
configurable string testTopicName = "language";
configurable string testGistName = "5a648dc78fd2d402ec484e2663282e6f";
Expand Down

0 comments on commit b17efdb

Please sign in to comment.