Fix the build. Remove the branch value if available.

48d690ae01
This commit is contained in:
Vinoth Kannan 2020-03-18 04:13:00 +05:30
parent 48d690ae01
commit 45ce9876cc
1 changed files with 1 additions and 0 deletions

View File

@ -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
});