Skip to content

Commit

Permalink
#402: test for empty CR_DATA
Browse files Browse the repository at this point in the history
  • Loading branch information
lrochette committed Oct 11, 2021
1 parent d38a408 commit 6ee91cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion incubating/service-now/lib/snow.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ def createChangeRequest(user, password, baseUrl, data):
print(f"Data: {data}")
else:
crBody= {}

if DEBUG:
print("Data: None")
crBody["cf_build_id"] = os.getenv('CF_BUILD_ID')


Expand Down

0 comments on commit 6ee91cd

Please sign in to comment.