Skip to content

Commit

Permalink
missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
uturunku1 committed Sep 29, 2021
1 parent 1cb63d4 commit 8b80493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy_set_version_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ func TestPolicySetVersionsUploadURL(t *testing.T) {
}

_, err := psv.uploadURL()
assert.EqualError(t, err, "The Policy Set Version upload URL is empty.")
assert.EqualError(t, err, "the Policy Set Version upload URL is empty")
})
}

0 comments on commit 8b80493

Please sign in to comment.