remove console.log statments
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
This commit is contained in:
@@ -590,8 +590,6 @@ describe('DefaultProcessingDatabase', () => {
|
||||
.where({ entity_id: id })
|
||||
.select();
|
||||
|
||||
console.log(refreshKeys[0].key);
|
||||
|
||||
expect(refreshKeys[0]).toEqual({
|
||||
entity_id: id,
|
||||
key: `url:https://example.com/foo-bar-test-group/very-long-group-name-that-exceeds-255-characters-just-to-test-the-limits-of-url-length-in-the-catalog-info-#sha256:edfb606500d184900e63891e5279d35bf0069ea251e90d15c0a430de6023d905`,
|
||||
|
||||
Reference in New Issue
Block a user