Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Sep 25, 2023
1 parent 940435d commit ffafa27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/steps/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@
def rp_client():
client = RPClient('http://endpoint', 'project', 'api_key')
client.session = mock.Mock()
client.step_reporter = StepReporter(client)
return client

0 comments on commit ffafa27

Please sign in to comment.