@@ -526,7 +526,7 @@ describe('Default Processing Database', () => {
|
||||
.select();
|
||||
|
||||
expect(refreshKeys[0]).toEqual({
|
||||
entity_ref: 'location:default/fakelocation',
|
||||
entity_id: id,
|
||||
key: 'protocol:foo-bar.com',
|
||||
});
|
||||
},
|
||||
|
||||
@@ -382,7 +382,6 @@ describe('PlaceholderProcessor', () => {
|
||||
{ type: 'fake', target: 'http://example.com' },
|
||||
result => emitted.push(result),
|
||||
);
|
||||
console.log(emitted);
|
||||
expect(emitted[0]).toEqual({
|
||||
type: 'refresh',
|
||||
key: 'url:http://example.com/path-to-file.json',
|
||||
|
||||
Reference in New Issue
Block a user