Skip to content

Commit

Permalink
das
Browse files Browse the repository at this point in the history
Signed-off-by: Diana Atanasova <[email protected]>
  • Loading branch information
difince committed Jun 1, 2022
1 parent 6c3e42b commit ad3025c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/apiserver/server/run_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ func TestReadArtifacts_Unauthorized(t *testing.T) {

clientManager, resourceManager, run := initWithOneTimeRun(t)

//make the request unauthorized
//make the following request unauthorized
clientManager.SubjectAccessReviewClientFake = client.NewFakeSubjectAccessReviewClientUnauthorized()
resourceManager = resource.NewResourceManager(clientManager)

Expand Down

0 comments on commit ad3025c

Please sign in to comment.