Skip to content

Commit 264191a

Browse files
committed
Fix fallen test
1 parent 29084e5 commit 264191a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default_api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8060,7 +8060,7 @@ func TestDefaultApiService_GetCommitStatus(t *testing.T) {
80608060
want *APIResponse
80618061
wantErr, integrationTest bool
80628062
}{
8063-
{"networkErrorContextExceeded", fields{client: generateConfigFake()}, args{}, &APIResponse{Message: "Get https://stash.domain.com/rest/rest/build-status/1.0/commits/: context canceled"}, true, false},
8063+
{"networkErrorContextExceeded", fields{client: generateConfigFake()}, args{}, &APIResponse{Message: "Get https://stash.domain.com/rest/build-status/1.0/commits/: context canceled"}, true, false},
80648064
}
80658065
for _, tt := range tests {
80668066
if tt.integrationTest != runIntegrationTests {

0 commit comments

Comments
 (0)