Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
unicodeveloper committed Jan 16, 2024
1 parent 1937338 commit 9c8a992
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/organizations_spec.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# frozen_string_literal: true

require "spec_helper"
require_relative "../lib/novu"

RSpec.describe Novu::Api::Organizations do
let(:access_token) { "1234567890" }
let(:client) { Novu::Client.new(access_token) }
let(:client) { Novu::Client.new(access_token: access_token) }
let(:base_uri) { "https://api.novu.co/v1" }
let(:topic_key) { "test-topic" }

Expand Down

0 comments on commit 9c8a992

Please sign in to comment.