correct incorrect team annotation test
Signed-off-by: Mike Ball <mikedball@gmail.com>
This commit is contained in:
@@ -170,7 +170,9 @@ describe('SplunkOnCallCard', () => {
|
||||
);
|
||||
await waitFor(() => !queryByTestId('progress'));
|
||||
expect(
|
||||
getByText('Could not find team named "test" in the Splunk On-Call API'),
|
||||
getByText(
|
||||
'Splunk On-Call API returned no record of teams associated with the "test" team name',
|
||||
),
|
||||
).toBeInTheDocument();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user