summaryrefslogtreecommitdiff
path: root/test/integration/targets/git/tasks/depth.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/git/tasks/depth.yml')
-rw-r--r--test/integration/targets/git/tasks/depth.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/git/tasks/depth.yml b/test/integration/targets/git/tasks/depth.yml
index 547f84f7..e0585ca3 100644
--- a/test/integration/targets/git/tasks/depth.yml
+++ b/test/integration/targets/git/tasks/depth.yml
@@ -169,7 +169,7 @@
- name: DEPTH | check update arrived
assert:
that:
- - "{{ a_file.content | b64decode | trim }} == 3"
+ - a_file.content | b64decode | trim == "3"
- git_fetch is changed
- name: DEPTH | clear checkout_dir