Skip to content

Commit af726df

Browse files
committed
fix auth test
1 parent 123e228 commit af726df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/auth_test/auth_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ TEST_CASE_METHOD(authentication_test, "authentication smoke test")
8787
}
8888
}
8989

90-
TEST_CASE_METHOD(authentication_test, "C api authentication smoke test DISABLED_until_auth_setup", "[.]")
90+
TEST_CASE_METHOD(authentication_test, "C api authentication smoke test", "[.]")
9191
{
9292
SECTION("query")
9393
{
@@ -129,7 +129,7 @@ TEST_CASE_METHOD(authentication_test, "C api authentication smoke test DISABLED_
129129
}
130130
}
131131

132-
TEST_CASE_METHOD(authentication_test, "wrong credentials")
132+
TEST_CASE_METHOD(authentication_test, "wrong credentials DISABLED_auth_not_configured", "[.]")
133133
{
134134
db.with_authentication("wrong", "credentials");
135135
CHECK_THROWS(db.get("show databases"));

0 commit comments

Comments
 (0)