Skip to content

Commit 09bd5bb

Browse files
committed
Fix error
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent bd40a78 commit 09bd5bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/tests/pipes/test_vulnerablecode_importer_pipeline_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
class DummyImporter(VulnerableCodeBaseImporterPipelineV2):
3535
pipeline_id = "dummy_importer_v2"
36-
datasource_id = "dummy"
36+
datasource_id = "dummy_v2"
3737
log_messages = []
3838

3939
def log(self, message, level=logging.INFO):

0 commit comments

Comments
 (0)