mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
fix: omit null branches property of wakatime summary
This commit is contained in:
@@ -2080,7 +2080,7 @@
|
||||
" const jsonData = pm.response.json();",
|
||||
" pm.expect(jsonData.data.languages).to.eql(null); // because share_languages is false",
|
||||
" pm.expect(jsonData.data.projects.length).to.eql(1);",
|
||||
" pm.expect(jsonData.data.branches).to.be.null;",
|
||||
" pm.expect(jsonData.data.branches).to.be.undefined;",
|
||||
"});"
|
||||
],
|
||||
"type": "text/javascript"
|
||||
|
Reference in New Issue
Block a user