Skip to content

Commit 17a5d8c

Browse files
committed
change skip logic
1 parent f03313e commit 17a5d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_api_dsc_db2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from wiotp.sdk.exceptions import ApiException
2222

2323

24-
@pytest.mark.skipif(os.getenv("DB2_PASSWORD") is None, reason="DB2 settings not provided")
24+
@pytest.mark.skipif(os.getenv("DB2_PASSWORD") is None or os.getenv("DB2_PASSWORD") == "", reason="DB2 settings not provided")
2525
@testUtils.oneJobOnlyTest
2626
class TestDscDb2(testUtils.AbstractTest):
2727
def checkDB2Service(self, service, name, description):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy