Skip to content

Commit

Permalink
test: fixed tests after renaming a property
Browse files Browse the repository at this point in the history
  • Loading branch information
bekoenig committed Aug 14, 2024
1 parent af74aed commit f49070b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void testAppbaseOverride() {
}

@Test
@ClearSystemProperty(key = "getdown.host.whitelist")
@ClearSystemProperty(key = "host_whitelist")
void test_hostWhitelist_undefined() {
// GIVEN

Expand All @@ -83,7 +83,7 @@ void test_hostWhitelist_undefined() {
}

@Test
@SetSystemProperty(key = "getdown.host.whitelist", value = "app1.foo.com,app2.bar.com,app3.baz.com")
@SetSystemProperty(key = "host_whitelist", value = "app1.foo.com,app2.bar.com,app3.baz.com")
void test_hostWhitelist_defined() {
// GIVEN

Expand Down

0 comments on commit f49070b

Please sign in to comment.