Skip to content

Commit 4e9b14c

Browse files
committed
ModelRegistry: remove space in log level
1 parent eb1219d commit 4e9b14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ods_ci/tests/Resources/Page/ModelRegistry/ModelRegistry.resource

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Remove Deployment Files
270270
Remove File ${directory}/${file}
271271
END
272272
ELSE
273-
Log ${directory} does not exist level= WARN
273+
Log ${directory} does not exist level=WARN
274274
END
275275

276276
Download Python Client Dependencies
@@ -443,7 +443,7 @@ Get Model Registry Operator Pod
443443
RETURN ${name}
444444

445445
Get Model Registry Operator ${type} Image
446-
[Documentation] Returns the GRPC image defined in the operator, type should be either GRPC or REST (case
446+
[Documentation] Returns the GRPC image defined in the operator, type should be either GRPC or REST (case
447447
... sensitive)
448448
IF "${type}"!="GRPC" and "${type}"!="REST"
449449
Log To Console "Failing, `type` should be either REST or GRPC"

0 commit comments

Comments
 (0)