Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Aug 19, 2021
1 parent 6d3a8b1 commit ebd293d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Please look into [this document](messages/normal_for_notification_tests/README.m

#### Messages with unexpected format and/or content

These messages should be rejected by *Insights Results Writer* and also by *CCS
These messages should be rejected by *Insights Results Writer* and also by *CCX
Notification Writer* services as their format is unexpected or wrong at all.
OTOH such data are very valuable for testing etc.

Expand All @@ -107,7 +107,7 @@ Please look into [this document](messages/broken/README.md) for detailed descrip

#### Messages with invalid format - missing account number

These messages should be rejected by *Insights Results Writer* and also by *CCS
These messages should be rejected by *Insights Results Writer* and also by *CCX
Notification Writer* services as the `account_number` attribute is missing.

These messages are stored in `messages/invalid_no_account_number/` subdirectory.
Expand All @@ -118,7 +118,7 @@ Please look into [this document](messages/invalid_no_account_number/README.md) f

#### Messages with invalid format - missing cluster name

These messages should be rejected by *Insights Results Writer* and also by *CCS
These messages should be rejected by *Insights Results Writer* and also by *CCX
Notification Writer* services as the `cluster_name` attribute is missing.

These messages are stored in `messages/invalid_no_cluster_name/` subdirectory.
Expand All @@ -129,7 +129,7 @@ Please look into [this document](messages/invalid_no_cluster_name/README.md) for

#### Messages with invalid format - missing last checked timestamp

These messages should be rejected by *Insights Results Writer* and also by *CCS
These messages should be rejected by *Insights Results Writer* and also by *CCX
Notification Writer* services as the `last_checked` attribute is missing.

These messages are stored in `messages/invalid_no_last_checked/` subdirectory.
Expand All @@ -140,7 +140,7 @@ Please look into [this document](messages/invalid_no_last_checked/README.md) for

#### Messages with invalid format - missing organization ID

These messages should be rejected by *Insights Results Writer* and also by *CCS
These messages should be rejected by *Insights Results Writer* and also by *CCX
Notification Writer* services as the `org_id` attribute is missing.

These messages are stored in `messages/invalid_no_organization_id/` subdirectory.
Expand All @@ -151,7 +151,7 @@ Please look into [this document](messages/invalid_no_organization_id/README.md)

#### Messages with invalid format - missing version info

These messages should be rejected by *Insights Results Writer* and also by *CCS
These messages should be rejected by *Insights Results Writer* and also by *CCX
Notification Writer* services as the `version` attribute is missing.

These messages are stored in `messages/invalid_no_version/` subdirectory.
Expand All @@ -162,7 +162,7 @@ Please look into [this document](messages/invalid_no_version/README.md) for deta

#### Messages with invalid format - missing report

These messages should be rejected by *Insights Results Writer* and also by *CCS
These messages should be rejected by *Insights Results Writer* and also by *CCX
Notification Writer* services as the whole report is missing (just other attributes are there).

These messages are stored in `messages/invalid_no_report/` subdirectory.
Expand Down

0 comments on commit ebd293d

Please sign in to comment.