From 45ce9876ccfeac0c51e5f32fb15bdcc9669204c5 Mon Sep 17 00:00:00 2001 From: Vinoth Kannan Date: Wed, 18 Mar 2020 04:13:00 +0530 Subject: [PATCH] Fix the build. Remove the branch value if available. 48d690ae01e6a65c2c5ac7995b7e0b8a741599c2 --- .../admin/controllers/admin-customize-themes-show-test.js.es6 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/javascripts/admin/controllers/admin-customize-themes-show-test.js.es6 b/test/javascripts/admin/controllers/admin-customize-themes-show-test.js.es6 index 10cc64279ec..3e9c0f90060 100644 --- a/test/javascripts/admin/controllers/admin-customize-themes-show-test.js.es6 +++ b/test/javascripts/admin/controllers/admin-customize-themes-show-test.js.es6 @@ -19,6 +19,7 @@ const remoteTheme = Theme.create({ }); QUnit.test("can display source url for remote themes", function(assert) { + delete remoteTheme["remote_theme"]["branch"]; const controller = this.subject({ model: remoteTheme });