Skip to content

Commit

Permalink
Fix test from CI missing token
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 1, 2024
1 parent 87f3146 commit 9a41253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests/SponsoredIssuesTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public async Task AddsBackedAmountBadge()
Assert.Contains("backed-%2430", body);
}

[Fact]
[SecretsFact("GitHub:Token")]
public async Task RefreshBackedRefreshesOncePerIssue()
{
var sponsored = new SponsoredIssues(GetTable(), new SponsorLinkOptions { Account = "kzu" });
Expand Down

0 comments on commit 9a41253

Please sign in to comment.