commit | b310f3c80024217f3098cbf5f5549bda7a98d091 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Thu Jun 20 13:50:31 2019 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Thu Jun 20 14:48:29 2019 -0700 |
tree | 51f67fd2eefa8e2b93dccd41654e9f88245c710c | |
parent | 98b2b89ddb6fad8dd63863d97024512ffaff61e2 [diff] [blame] |
Reset default excluded_fields for different models Change-Id: Iecaab7077ffcb0331aec410bf413d3bae27cf6a4
diff --git a/src/app/datasources/stores/model.store.spec.ts b/src/app/datasources/stores/model.store.spec.ts index ce3e2cd..80e7dc1 100644 --- a/src/app/datasources/stores/model.store.spec.ts +++ b/src/app/datasources/stores/model.store.spec.ts
@@ -143,7 +143,7 @@ describe('when a web-socket event is received for that model', () => { it('should update the collection', (done) => { let event = 0; - service.query('sample') + service.query('sample', '/core/samples') .subscribe( collection => { event++;