Skip to content

Commit

Permalink
[IT-3554] Add tag-update instructions for SC products. (#24)
Browse files Browse the repository at this point in the history
* [IT-3554] Add tag-update instructions for SC products.

Update the user reports to give instructions on how to update tags
on provisioned Service Catalog products. Service Catalog tag updates
may require Administrator access.
  • Loading branch information
jesusaurus authored Apr 29, 2024
1 parent 5cd79e4 commit 2f95cc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- run: pipenv run coverage run -m pytest tests/ -svv
- name: upload coverage to coveralls
uses: coverallsapp/github-action@v2
with:
fail-on-error: false

sam-build-and-lint:
runs-on: ubuntu-latest
Expand Down
5 changes: 2 additions & 3 deletions email_totals/ses.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,8 @@ def _build_tags(missing, invalid, html=False):
descr_invalid = ('Some of the above resources have a "CostCenterOther" '
'tag, but do not have "CostCenter" set to "Other / 000001". ')

descr_help = ('If you need assistance modifying the '
'cost center tags, please contact Sage IT.')

descr_help = ('To accurately track project-related costs, a cost center must '
'be specified. If you need help updating tags, contact Sage IT.')
descr = ''
if missing:
descr += descr_missing
Expand Down

0 comments on commit 2f95cc5

Please sign in to comment.