Skip to content

Commit

Permalink
More e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi committed Feb 5, 2024
1 parent 2bab5af commit 89e18df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/link-patrol/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ func TestCLIPrintTab(t *testing.T) {
output,
`Message : Get "https://doesnt.exist": dial tcp: lookup doesnt.exist`,
)
assert.Contains(t, output, "Attempt : 1")
assert.Contains(t, output, "Location : https://wot.wot/")
assert.Contains(t, output, "Status Code: -")
assert.Contains(t, output, "OK : false")
assert.Contains(
t,
Expand All @@ -142,8 +140,6 @@ func TestCLIPrintTab(t *testing.T) {
)
assert.Contains(t, output, "Attempt : 1")
assert.Contains(t, output, "Location : https://not.either")
assert.Contains(t, output, "Status Code: -")
assert.Contains(t, output, "OK : false")
assert.Contains(
t,
output,
Expand Down

0 comments on commit 89e18df

Please sign in to comment.