Commit f23dc573abcb53c83a1be5e2bb760bae24f4f347

Authored by Leandro Santos
1 parent 149cf6c3

change TinyMceArticle content type to TextArticle

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/article/types/blog/blog.component.ts
... ... @@ -31,7 +31,7 @@ export class ArticleBlogComponent {
31 31  
32 32 loadPage() {
33 33 let filters = {
34   - content_type: "TinyMceArticle",
  34 + content_type: "TextArticle",
2
35 35 per_page: this.perPage,
36 36 page: this.currentPage
37 37 };
... ...
  • 2c5c4299d62769e3da7d432cd2823dd6?s=40&d=identicon
    Carlos Purificação @carloseugenio

    Implementar os testes

    Choose File ...   File name...
    Cancel
  • 5bf9bf341e9d00ebd854cdaf1a4299b2?s=40&d=identicon
    Leandro Santos @leandronunes

    Entendo que neste caso não faz sentido ter teste. Esse é o tipo de caso que teste funcional faz sentido e não vejo sentido no unitário

    Choose File ...   File name...
    Cancel