| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,7 +65,7 @@ def test_create_instance_with_processing_units(capsys): | |||
| 65 | 65 | snippets.create_instance_with_processing_units(LCI_INSTANCE_ID, processing_units) | |
| 66 | 66 | out, _ = capsys.readouterr() | |
| 67 | 67 | assert LCI_INSTANCE_ID in out | |
| 68 | - assert processing_units in out | ||
| 68 | + assert "{} processing units".format(processing_units) in out | ||
| 69 | 69 | ||
| 70 | 70 | ||
| 71 | 71 | def test_create_database(database): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments