From 343e989de8bfe81dbcd8224e6166d7cd8e7dc3f6 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Fri, 4 Oct 2019 16:34:32 -0400 Subject: [PATCH] Update comments --- tests/test_jobs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_jobs.py b/tests/test_jobs.py index 8e69c9f0..b8ddef4e 100644 --- a/tests/test_jobs.py +++ b/tests/test_jobs.py @@ -311,7 +311,7 @@ def test_claim_for_update(session): def test_dispatch_provision_user(csp, session, celery_app, celery_worker, monkeypatch): - # Given that I have three environment roles: + # Given that I have four environment roles: # (A) one of which has a completed status # (B) one of which has an environment that has not been provisioned # (C) one of which is pending, has a provisioned environment but an inactive application role @@ -395,7 +395,7 @@ def test_do_delete_user(csp, session): def test_dispatch_delete_user(csp, session, monkeypatch): - # Given that I have three environment roles: + # Given that I have five environment roles: # (A) one of which has a completed status # (B) one of which has an environment that has not been provisioned # (C) one of which is pending, has a provisioned environment but an inactive application role