Skip to content

Commit dde2a65

Browse files
committed
1 parent 173dfa1 commit dde2a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lib/server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ test("Get library.css from theme middleware (/resources/library/a/themes/base/li
207207
}
208208
209209
/* Inline theming parameters */
210-
#sap-ui-theme-library\\.a { background-image: url('data:text/plain;utf-8,%7B%22libraryAColor1%22:%22%23fafad2%22%7D'); }
210+
#sap-ui-theme-library\\.a { background-image: url('data:text/plain;utf-8,%7B%22libraryAColor1%22:%22#fafad2%22%7D'); }
211211
`, "Correct response");
212212
});
213213
});
@@ -225,7 +225,7 @@ test("Get library-RTL.css from theme middleware (/resources/library/a/themes/bas
225225
}
226226
227227
/* Inline theming parameters */
228-
#sap-ui-theme-library\\.a { background-image: url('data:text/plain;utf-8,%7B%22libraryAColor1%22:%22%23fafad2%22%7D'); }
228+
#sap-ui-theme-library\\.a { background-image: url('data:text/plain;utf-8,%7B%22libraryAColor1%22:%22#fafad2%22%7D'); }
229229
`, "Correct response");
230230
});
231231
});

0 commit comments

Comments
 (0)