Skip to content

Commit 2838581

Browse files
committed
Fix config test
1 parent 8870df6 commit 2838581

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/test/resources/config/fresh_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ performance:
2525
global-profile-cache-size: 500
2626
global-profile-cache-expiry: 60
2727

28+
misc:
29+
register-papi-hook: true
30+
2831
first-run: true
2932
version: 5.0

src/test/resources/config/migrated_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ performance:
2626
global-profile-cache-size: 500
2727
global-profile-cache-expiry: 60
2828

29+
misc:
30+
register-papi-hook: true
31+
2932
first-run: true
3033
version: 5.0

0 commit comments

Comments
 (0)