Skip to content

Commit

Permalink
fix: add back original comment. (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 authored Oct 19, 2023
1 parent 2614ddc commit dc1b821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

/**
* Tests sample application endpoint that loads secrets as properties into the application context.
* Application secret named "application-secret" must exist.
* Application secret named "application-secret" must exist and have a value of "Hello world.".
*/
@EnabledIfSystemProperty(named = "it.secretmanager", matches = "true")
@ExtendWith(SpringExtension.class)
Expand Down

0 comments on commit dc1b821

Please sign in to comment.