Skip to content

Commit

Permalink
Add Jira user/token "foo" values
Browse files Browse the repository at this point in the history
to let the test pass without replying on .env file containing these properties
  • Loading branch information
marko-bekhta committed Jan 3, 2025
1 parent 8dba0f5 commit 159531e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ quarkus.openapi-generator.gradle_enterprise_2023_4_api_yaml.auth.DevelocityAcces
%dev,test.hibernate-github-bot.develocity.access-key=foo

hibernate-github-bot.jira.uri=https://hibernate.atlassian.net/
hibernate-github-bot.jira.username=
hibernate-github-bot.jira.token=
hibernate-github-bot.jira.username=foo
hibernate-github-bot.jira.token=bar
quarkus.rest-client.jira.url=${hibernate-github-bot.jira.uri}

##############
Expand Down

0 comments on commit 159531e

Please sign in to comment.