diff options
Diffstat (limited to 'test/integration/targets/apt/tasks/apt.yml')
-rw-r--r-- | test/integration/targets/apt/tasks/apt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/apt/tasks/apt.yml b/test/integration/targets/apt/tasks/apt.yml index dba6b265eb..64e00d3ca9 100644 --- a/test/integration/targets/apt/tasks/apt.yml +++ b/test/integration/targets/apt/tasks/apt.yml @@ -328,7 +328,7 @@ - name: verify logical error message assert: that: - - "'Failed to fetch' in apt_result['msg']" + - "'Failed to update apt cache' in apt_result['msg']" - "'403' in apt_result['msg']" - name: Clean up |