Commit 883999bc authored by Benedikt Waldvogel's avatar Benedikt Waldvogel
Browse files

Fix typo in a comment

parent 43976531
...@@ -4,7 +4,7 @@ public interface PropertyConstants { ...@@ -4,7 +4,7 @@ public interface PropertyConstants {
String TEST_PROJECT_SUBDIRECTORY_PATH = "src/main/docs/test-project.txt"; String TEST_PROJECT_SUBDIRECTORY_PATH = "src/main/docs/test-project.txt";
// The following are keys used to look up values in the test propertiues file // The following are keys used to look up values in the test properties file
String ADMIN_PASSWORD_KEY = "TEST_ADMIN_PASSWORD"; String ADMIN_PASSWORD_KEY = "TEST_ADMIN_PASSWORD";
String ADMIN_USERNAME_KEY = "TEST_ADMIN_USERNAME"; String ADMIN_USERNAME_KEY = "TEST_ADMIN_USERNAME";
String ACCESS_TOKEN_KEY = "TEST_ACCESS_TOKEN"; String ACCESS_TOKEN_KEY = "TEST_ACCESS_TOKEN";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment