Skip to content

Commit

Permalink
Reformating the java code
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Sep 27, 2023
1 parent 480ca8e commit c0e0d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/test/java/io/halkyon/CredentialsPageTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void testCreateNewCredential() {
// set data
page.select("credential_service", "postgresql-credential1-8");
page.type("credential_name", "Credential1");
page.type("credential_type","basic");
page.type("credential_type", "basic");
page.type("credential_username", "Admin");
page.type("credential_password", "Supersecret");
page.type("credential_vault_path", "myapps/vault-quickstart/private");
Expand Down

0 comments on commit c0e0d52

Please sign in to comment.