Skip to content

Commit

Permalink
migrated from build() to builder()
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Feb 1, 2022
1 parent 1dad1f9 commit 2fda2dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class NoNewRelicLibSpec extends Specification {
})
server.start()

context = ApplicationContext.build(
context = ApplicationContext.builder(
'newrelic.url': server.httpUrl,
'newrelic.token': NEW_RELIC_TOKEN
).start()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class NewRelicHttpOverrideSpec extends Specification {
NewRelicInsightsService service

void setup() {
context = ApplicationContext.build(
context = ApplicationContext.builder(
'newrelic.token': 'nrtoken',
'newrelic.url': 'http://example.com/nr'
).build()
Expand Down

0 comments on commit 2fda2dd

Please sign in to comment.