diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2023-07-17 13:30:55 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2023-07-17 13:50:59 +0000 |
commit | 939f1933c8635a18de428c696c97cc5d8600abff (patch) | |
tree | a58cb9342f1a9d2cec80fc6a792eae0daae7bc49 /src/onaptests/scenario/cds_blueprint_enrichment.py | |
parent | b1e1a5fa99e29b3ffc2bc48d11b163e28cbb7744 (diff) |
Add pylama into checks
Checks code with pylama
Issue-ID: INT-2222
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: If275ef90f21e3049abe72bcf373473b40846005c
Diffstat (limited to 'src/onaptests/scenario/cds_blueprint_enrichment.py')
-rw-r--r-- | src/onaptests/scenario/cds_blueprint_enrichment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onaptests/scenario/cds_blueprint_enrichment.py b/src/onaptests/scenario/cds_blueprint_enrichment.py index 5a63695..a16169b 100644 --- a/src/onaptests/scenario/cds_blueprint_enrichment.py +++ b/src/onaptests/scenario/cds_blueprint_enrichment.py @@ -20,7 +20,7 @@ class CDSBlueprintEnrichment(ScenarioBase): """Init CDS blueprint enrichment use case.""" super().__init__('basic_cds', **kwargs) self.test = CbaEnrichStep( - cleanup=settings.CLEANUP_FLAG) + cleanup=settings.CLEANUP_FLAG) self.start_time = None self.stop_time = None self.result = 0 |