diff options
Diffstat (limited to 'src/github.rs')
| -rw-r--r-- | src/github.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/github.rs b/src/github.rs index 83a5526..91e9266 100644 --- a/src/github.rs +++ b/src/github.rs @@ -100,6 +100,7 @@ mod tests {          };          update_commit_status( +            &"token".to_owned(),              &commit_ref,              &CommitStatus::Success,              "https://jenkins.example.com/job/octocat/3".to_string(), | 
