Skip to content

Commit

Permalink
Fix test to use sanapi pro metric
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIvanoff committed Sep 8, 2021
1 parent 1b1654e commit ade4f7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ defmodule Sanbase.Billing.ApiProductAccessTest do

test "can't access metric with min plan PRO", context do
{from, to} = from_to(2 * 365 - 1, 2 * 365 - 2)
metric = "mvrv_long_short_diff_usd"
metric = "withdrawal_balance"
slug = context.project.slug
query = metric_query(metric, slug, from, to)
error_message = execute_query_with_error(context.conn, query, "getMetric")
Expand Down

0 comments on commit ade4f7f

Please sign in to comment.