Skip to content

Commit 9094cb6

Browse files
committed
Update test to use new site setting
1 parent c2f7a68 commit 9094cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/javascripts/integration/translated-post-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module("Integration | Component | translated-post", function (hooks) {
1818
});
1919

2020
this.siteSettings.experimental_inline_translation = false;
21-
this.siteSettings.translator = "Google";
21+
this.siteSettings.translator_provider = "Google";
2222

2323
await render(hbs`
2424
<TranslatedPost @outletArgs={{this.outletArgs}} />

0 commit comments

Comments
 (0)