Skip to content

Commit

Permalink
Tagged test as integration
Browse files Browse the repository at this point in the history
  • Loading branch information
duanebester authored and BenFradet committed Dec 2, 2019
1 parent ea2285a commit 8a0e4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github4s/jvm/src/test/scala/github4s/unit/ApiSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ class ApiSpec
repos.listStatuses(None, headerUserAgent, validRepoOwner, validRepoName, validRefSingle)
response should be('left)
}
it should "return an empty list when an invalid ref is passed" in {
it should "return an empty list when an invalid ref is passed" taggedAs Integration in {
val response =
repos.listStatuses(accessToken, headerUserAgent, validRepoOwner, validRepoName, invalidRef)
response should be('right)
Expand Down

0 comments on commit 8a0e4e0

Please sign in to comment.