Skip to content

Commit

Permalink
Update certs directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
ldclakmal committed Jun 10, 2021
1 parent 21234df commit d01d337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions websocket-ballerina/tests/auth_test_commons.bal
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import ballerina/http;
import ballerina/regex;
//import ballerina/test;

const string KEYSTORE_PATH = "tests/certsandkeys/ballerinaKeystore.p12";
const string TRUSTSTORE_PATH = "tests/certsandkeys/ballerinaTruststore.p12";
const string KEYSTORE_PATH = "tests/certsAndKeys/ballerinaKeystore.p12";
const string TRUSTSTORE_PATH = "tests/certsAndKeys/ballerinaTruststore.p12";

//{
// "alg": "RS256",
Expand Down

0 comments on commit d01d337

Please sign in to comment.