Skip to content

Commit

Permalink
Correct properties integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonShapovalov committed Dec 14, 2024
1 parent cb64b49 commit 4eec463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ class OmdbPropertiesIntegrationTest {
fun `when getting properties, given config, then values are not empty`() {
assertTrue(properties.baseUrl.isNotEmpty())
// Be sure that "secrets.properties" contains the api key
// assertTrue(configProperties.apiKey.isNotEmpty())
// assertTrue(properties.apiKey.isNotEmpty())
}
}

0 comments on commit 4eec463

Please sign in to comment.